Html Css Color HEX #CC801C Ochre

📋 copy color: '#CC801C'

red 204 ◦ green 128 ◦ blue 28

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

Shades of Ochre #CC801C

Tints of Ochre #CC801C

RGB

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

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

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

R = 56.67%
G = 35.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC801C (or 0xCC801C) is known color: Ochre. HEX triplet: CC, 80 and 1C. RGB value is (204,128,28). Sum of RGB (Red+Green+Blue) = 204+128+28=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC801C is #337FE3. Grayscale: #8B8B8B. Windows color (decimal): -3375076 or 1867980. OLE color: 1867980.

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

Color convert

RGB 204 128 28 -
CMYK 0 0.37 0.86 0.2
HSL 34.09º 0.76% 0.45% -
HSV(B) 34.09º 0.86% 0.8% -
XYZ 32.83 28.36 4.84 -
YUV 139.32 65.18 174.13 -
System Red Green Blue C M Y K H S L
Decimal 204 128 28 0 0.37 0.86 0.2 34.09 0.76 0.45
Hex CC 80 1C 0 25 56 14 22 4C 2D
Octal 314 200 34 0 45 126 24 42 114 55
Binary 11001100 10000000 11100 0 100101 1010110 10100 100010 1001100 101101

Color Harmonies of #CC801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC801C

Black with #CC801C

Text Example


Text Example

White with #CC801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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