Html Css Color HEX #CC7117 Ochre

📋 copy color: '#CC7117'

red 204 ◦ green 113 ◦ blue 23

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

Shades of Ochre #CC7117

Tints of Ochre #CC7117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 60%
G = 33.24%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7117 (or 0xCC7117) is known color: Ochre. HEX triplet: CC, 71 and 17. RGB value is (204,113,23). Sum of RGB (Red+Green+Blue) = 204+113+23=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7117 is #338EE8. Grayscale: #828282. Windows color (decimal): -3378921 or 1536460. OLE color: 1536460.

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

Color convert

RGB 204 113 23 -
CMYK 0 0.45 0.89 0.2
HSL 29.83º 0.8% 0.45% -
HSV(B) 29.83º 0.89% 0.8% -
XYZ 30.96 24.71 3.95 -
YUV 129.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 204 113 23 0 0.45 0.89 0.2 29.83 0.8 0.45
Hex CC 71 17 0 2D 59 14 1E 50 2D
Octal 314 161 27 0 55 131 24 36 120 55
Binary 11001100 1110001 10111 0 101101 1011001 10100 11110 1010000 101101

Color Harmonies of #CC7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7117

Black with #CC7117

Text Example


Text Example

White with #CC7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7117; }

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

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

background-color css

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

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

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

border-color css

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

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

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