Html Css Color HEX #CC8015 Ochre

📋 copy color: '#CC8015'

red 204 ◦ green 128 ◦ blue 21

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

Shades of Ochre #CC8015

Tints of Ochre #CC8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 57.79%
G = 36.26%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC8015 (or 0xCC8015) is known color: Ochre. HEX triplet: CC, 80 and 15. RGB value is (204,128,21). Sum of RGB (Red+Green+Blue) = 204+128+21=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8015 is #337FEA. Grayscale: #8B8B8B. Windows color (decimal): -3375083 or 1409228. OLE color: 1409228.

HSL color Cylindrical-coordinate representation of color #CC8015: hue angle of 35.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC8015 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 21 -
CMYK 0 0.37 0.90 0.2
HSL 35.08º 0.81% 0.44% -
HSV(B) 35.08º 0.9% 0.8% -
XYZ 32.76 28.33 4.45 -
YUV 138.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 204 128 21 0 0.37 0.90 0.2 35.08 0.81 0.44
Hex CC 80 15 0 25 5A 14 23 51 2C
Octal 314 200 25 0 45 132 24 43 121 54
Binary 11001100 10000000 10101 0 100101 1011010 10100 100011 1010001 101100

Color Harmonies of #CC8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8015

Black with #CC8015

Text Example


Text Example

White with #CC8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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