Html Css Color HEX #CC7A11 Ochre

📋 copy color: '#CC7A11'

red 204 ◦ green 122 ◦ blue 17

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

Shades of Ochre #CC7A11

Tints of Ochre #CC7A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 59.48%
G = 35.57%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC7A11 (or 0xCC7A11) is known color: Ochre. HEX triplet: CC, 7A and 11. RGB value is (204,122,17). Sum of RGB (Red+Green+Blue) = 204+122+17=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A11 is #3385EE. Grayscale: #878787. Windows color (decimal): -3376623 or 1145548. OLE color: 1145548.

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

Color convert

RGB 204 122 17 -
CMYK 0 0.40 0.92 0.2
HSL 33.69º 0.85% 0.43% -
HSV(B) 33.69º 0.92% 0.8% -
XYZ 31.96 26.8 4.02 -
YUV 134.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 204 122 17 0 0.40 0.92 0.2 33.69 0.85 0.43
Hex CC 7A 11 0 28 5C 14 22 55 2B
Octal 314 172 21 0 50 134 24 42 125 53
Binary 11001100 1111010 10001 0 101000 1011100 10100 100010 1010101 101011

Color Harmonies of #CC7A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A11

Black with #CC7A11

Text Example


Text Example

White with #CC7A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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