Html Css Color HEX #CC7A2A Ochre

📋 copy color: '#CC7A2A'

red 204 ◦ green 122 ◦ blue 42

#CC7A2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7A2A

Tints of Ochre #CC7A2A

RGB

 RED value IS 204 (80.08% from 255) = 55.43%

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 55.43%
G = 33.15%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC7A2A (or 0xCC7A2A) is known color: Ochre. HEX triplet: CC, 7A and 2A. RGB value is (204,122,42). Sum of RGB (Red+Green+Blue) = 204+122+42=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A2A is #3385D5. Grayscale: #898989. Windows color (decimal): -3376598 or 2783948. OLE color: 2783948.

HSL color Cylindrical-coordinate representation of color #CC7A2A: hue angle of 29.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC7A2A is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 42 -
CMYK 0 0.40 0.79 0.2
HSL 29.63º 0.66% 0.48% -
HSV(B) 29.63º 0.79% 0.8% -
XYZ 32.28 26.92 5.69 -
YUV 137.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 204 122 42 0 0.40 0.79 0.2 29.63 0.66 0.48
Hex CC 7A 2A 0 28 4F 14 1E 42 30
Octal 314 172 52 0 50 117 24 36 102 60
Binary 11001100 1111010 101010 0 101000 1001111 10100 11110 1000010 110000

Color Harmonies of #CC7A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A2A

Black with #CC7A2A

Text Example


Text Example

White with #CC7A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A2A; }

 p { color: rgb(204,122,42); }

 H1.HeaderClassName
 {
   color: #CC7A2A;
 }
 .AnyTagClassName
 {
   color: #CC7A2A;
 }
</style>

background-color css

<style>
 a { background-color: #CC7A2A; }

 a { background-color: rgb(204,122,42); }

 div.DivClassName
 {
   background-color: #CC7A2A;
 }
 .BgClassName
 {
   background-color: #CC7A2A;
 }
</style>

border-color css

<style>
 span { border-color: #CC7A2A; }

 span { border-color: rgb(204,122,42); }

 td.TdClassName
 {
   border-color: #CC7A2A;
 }
 .TagClassName
 {
   border-color: #CC7A2A;
 }
</style>