Html Css Color HEX #CC7717 Ochre

📋 copy color: '#CC7717'

red 204 ◦ green 119 ◦ blue 23

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

Shades of Ochre #CC7717

Tints of Ochre #CC7717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 58.96%
G = 34.39%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7717 (or 0xCC7717) is known color: Ochre. HEX triplet: CC, 77 and 17. RGB value is (204,119,23). Sum of RGB (Red+Green+Blue) = 204+119+23=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7717 is #3388E8. Grayscale: #858585. Windows color (decimal): -3377385 or 1537996. OLE color: 1537996.

HSL color Cylindrical-coordinate representation of color #CC7717: hue angle of 31.82º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC7717 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 119 23 -
CMYK 0 0.42 0.89 0.2
HSL 31.82º 0.8% 0.45% -
HSV(B) 31.82º 0.89% 0.8% -
XYZ 31.65 26.09 4.18 -
YUV 133.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 204 119 23 0 0.42 0.89 0.2 31.82 0.8 0.45
Hex CC 77 17 0 2A 59 14 20 50 2D
Octal 314 167 27 0 52 131 24 40 120 55
Binary 11001100 1110111 10111 0 101010 1011001 10100 100000 1010000 101101

Color Harmonies of #CC7717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7717

Black with #CC7717

Text Example


Text Example

White with #CC7717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7717; }

 p { color: rgb(204,119,23); }

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

background-color css

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

 a { background-color: rgb(204,119,23); }

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

border-color css

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

 span { border-color: rgb(204,119,23); }

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