Html Css Color HEX #CC851C Ochre

📋 copy color: '#CC851C'

red 204 ◦ green 133 ◦ blue 28

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

Shades of Ochre #CC851C

Tints of Ochre #CC851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 55.89%
G = 36.44%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC851C (or 0xCC851C) is known color: Ochre. HEX triplet: CC, 85 and 1C. RGB value is (204,133,28). Sum of RGB (Red+Green+Blue) = 204+133+28=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC851C is #337AE3. Grayscale: #8E8E8E. Windows color (decimal): -3373796 or 1869260. OLE color: 1869260.

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

Color convert

RGB 204 133 28 -
CMYK 0 0.35 0.86 0.2
HSL 35.8º 0.76% 0.45% -
HSV(B) 35.8º 0.86% 0.8% -
XYZ 33.5 29.7 5.06 -
YUV 142.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 204 133 28 0 0.35 0.86 0.2 35.8 0.76 0.45
Hex CC 85 1C 0 23 56 14 24 4C 2D
Octal 314 205 34 0 43 126 24 44 114 55
Binary 11001100 10000101 11100 0 100011 1010110 10100 100100 1001100 101101

Color Harmonies of #CC851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC851C

Black with #CC851C

Text Example


Text Example

White with #CC851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC851C; }

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

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

background-color css

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

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

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

border-color css

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

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

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