Html Css Color HEX #CC7417 Ochre

📋 copy color: '#CC7417'

red 204 ◦ green 116 ◦ blue 23

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

Shades of Ochre #CC7417

Tints of Ochre #CC7417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 59.48%
G = 33.82%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7417 (or 0xCC7417) is known color: Ochre. HEX triplet: CC, 74 and 17. RGB value is (204,116,23). Sum of RGB (Red+Green+Blue) = 204+116+23=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7417 is #338BE8. Grayscale: #848484. Windows color (decimal): -3378153 or 1537228. OLE color: 1537228.

HSL color Cylindrical-coordinate representation of color #CC7417: hue angle of 30.83º 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 #CC7417 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 23 -
CMYK 0 0.43 0.89 0.2
HSL 30.83º 0.8% 0.45% -
HSV(B) 30.83º 0.89% 0.8% -
XYZ 31.3 25.39 4.06 -
YUV 131.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 204 116 23 0 0.43 0.89 0.2 30.83 0.8 0.45
Hex CC 74 17 0 2B 59 14 1F 50 2D
Octal 314 164 27 0 53 131 24 37 120 55
Binary 11001100 1110100 10111 0 101011 1011001 10100 11111 1010000 101101

Color Harmonies of #CC7417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7417

Black with #CC7417

Text Example


Text Example

White with #CC7417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7417; }

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

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

background-color css

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

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

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

border-color css

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

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

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