Html Css Color HEX #CC801E Ochre

📋 copy color: '#CC801E'

red 204 ◦ green 128 ◦ blue 30

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

Shades of Ochre #CC801E

Tints of Ochre #CC801E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 56.35%
G = 35.36%
B = 8.29%

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

#CC801E (or 0xCC801E) is known color: Ochre. HEX triplet: CC, 80 and 1E. RGB value is (204,128,30). Sum of RGB (Red+Green+Blue) = 204+128+30=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC801E is #337FE1. Grayscale: #8C8C8C. Windows color (decimal): -3375074 or 1999052. OLE color: 1999052.

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

Color convert

RGB 204 128 30 -
CMYK 0 0.37 0.85 0.2
HSL 33.79º 0.74% 0.46% -
HSV(B) 33.79º 0.85% 0.8% -
XYZ 32.86 28.37 4.97 -
YUV 139.55 66.18 173.97 -
System Red Green Blue C M Y K H S L
Decimal 204 128 30 0 0.37 0.85 0.2 33.79 0.74 0.46
Hex CC 80 1E 0 25 55 14 22 4A 2E
Octal 314 200 36 0 45 125 24 42 112 56
Binary 11001100 10000000 11110 0 100101 1010101 10100 100010 1001010 101110

Color Harmonies of #CC801E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC801E

Black with #CC801E

Text Example


Text Example

White with #CC801E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC801E; }

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

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

background-color css

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

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

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

border-color css

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

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

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