Html Css Color HEX #CC801F Ochre

📋 copy color: '#CC801F'

red 204 ◦ green 128 ◦ blue 31

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

Shades of Ochre #CC801F

Tints of Ochre #CC801F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 56.2%
G = 35.26%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC801F (or 0xCC801F) is known color: Ochre. HEX triplet: CC, 80 and 1F. RGB value is (204,128,31). Sum of RGB (Red+Green+Blue) = 204+128+31=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC801F is #337FE0. Grayscale: #8C8C8C. Windows color (decimal): -3375073 or 2064588. OLE color: 2064588.

HSL color Cylindrical-coordinate representation of color #CC801F: hue angle of 33.64º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC801F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 31 -
CMYK 0 0.37 0.85 0.2
HSL 33.64º 0.74% 0.46% -
HSV(B) 33.64º 0.85% 0.8% -
XYZ 32.87 28.37 5.04 -
YUV 139.67 66.68 173.89 -
System Red Green Blue C M Y K H S L
Decimal 204 128 31 0 0.37 0.85 0.2 33.64 0.74 0.46
Hex CC 80 1F 0 25 55 14 22 4A 2E
Octal 314 200 37 0 45 125 24 42 112 56
Binary 11001100 10000000 11111 0 100101 1010101 10100 100010 1001010 101110

Color Harmonies of #CC801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC801F

Black with #CC801F

Text Example


Text Example

White with #CC801F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC801F; }

 p { color: rgb(204,128,31); }

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

background-color css

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

 a { background-color: rgb(204,128,31); }

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

border-color css

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

 span { border-color: rgb(204,128,31); }

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