Html Css Color HEX #CC8117 Ochre

📋 copy color: '#CC8117'

red 204 ◦ green 129 ◦ blue 23

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

Shades of Ochre #CC8117

Tints of Ochre #CC8117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

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

R = 57.3%
G = 36.24%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC8117 (or 0xCC8117) is known color: Ochre. HEX triplet: CC, 81 and 17. RGB value is (204,129,23). Sum of RGB (Red+Green+Blue) = 204+129+23=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8117 is #337EE8. Grayscale: #8B8B8B. Windows color (decimal): -3374825 or 1540556. OLE color: 1540556.

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

Color convert

RGB 204 129 23 -
CMYK 0 0.37 0.89 0.2
HSL 35.14º 0.8% 0.45% -
HSV(B) 35.14º 0.89% 0.8% -
XYZ 32.91 28.6 4.6 -
YUV 139.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 204 129 23 0 0.37 0.89 0.2 35.14 0.8 0.45
Hex CC 81 17 0 25 59 14 23 50 2D
Octal 314 201 27 0 45 131 24 43 120 55
Binary 11001100 10000001 10111 0 100101 1011001 10100 100011 1010000 101101

Color Harmonies of #CC8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8117

Black with #CC8117

Text Example


Text Example

White with #CC8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8117; }

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

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

background-color css

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

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

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

border-color css

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

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

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