Html Css Color HEX #CC871C Ochre

📋 copy color: '#CC871C'

red 204 ◦ green 135 ◦ blue 28

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

Shades of Ochre #CC871C

Tints of Ochre #CC871C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 55.59%
G = 36.78%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC871C (or 0xCC871C) is known color: Ochre. HEX triplet: CC, 87 and 1C. RGB value is (204,135,28). Sum of RGB (Red+Green+Blue) = 204+135+28=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC871C is #3378E3. Grayscale: #8F8F8F. Windows color (decimal): -3373284 or 1869772. OLE color: 1869772.

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

Color convert

RGB 204 135 28 -
CMYK 0 0.34 0.86 0.2
HSL 36.48º 0.76% 0.45% -
HSV(B) 36.48º 0.86% 0.8% -
XYZ 33.78 30.25 5.16 -
YUV 143.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 204 135 28 0 0.34 0.86 0.2 36.48 0.76 0.45
Hex CC 87 1C 0 22 56 14 24 4C 2D
Octal 314 207 34 0 42 126 24 44 114 55
Binary 11001100 10000111 11100 0 100010 1010110 10100 100100 1001100 101101

Color Harmonies of #CC871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC871C

Black with #CC871C

Text Example


Text Example

White with #CC871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC871C; }

 p { color: rgb(204,135,28); }

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

background-color css

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

 a { background-color: rgb(204,135,28); }

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

border-color css

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

 span { border-color: rgb(204,135,28); }

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