Html Css Color HEX #CC801A Ochre

📋 copy color: '#CC801A'

red 204 ◦ green 128 ◦ blue 26

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

Shades of Ochre #CC801A

Tints of Ochre #CC801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 56.98%
G = 35.75%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC801A (or 0xCC801A) is known color: Ochre. HEX triplet: CC, 80 and 1A. RGB value is (204,128,26). Sum of RGB (Red+Green+Blue) = 204+128+26=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC801A is #337FE5. Grayscale: #8B8B8B. Windows color (decimal): -3375078 or 1736908. OLE color: 1736908.

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

Color convert

RGB 204 128 26 -
CMYK 0 0.37 0.87 0.2
HSL 34.38º 0.77% 0.45% -
HSV(B) 34.38º 0.87% 0.8% -
XYZ 32.81 28.35 4.72 -
YUV 139.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 204 128 26 0 0.37 0.87 0.2 34.38 0.77 0.45
Hex CC 80 1A 0 25 57 14 22 4D 2D
Octal 314 200 32 0 45 127 24 42 115 55
Binary 11001100 10000000 11010 0 100101 1010111 10100 100010 1001101 101101

Color Harmonies of #CC801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC801A

Black with #CC801A

Text Example


Text Example

White with #CC801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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