Html Css Color HEX #CC8413 Ochre

📋 copy color: '#CC8413'

red 204 ◦ green 132 ◦ blue 19

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

Shades of Ochre #CC8413

Tints of Ochre #CC8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 57.46%
G = 37.18%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC8413 (or 0xCC8413) is known color: Ochre. HEX triplet: CC, 84 and 13. RGB value is (204,132,19). Sum of RGB (Red+Green+Blue) = 204+132+19=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8413 is #337BEC. Grayscale: #8D8D8D. Windows color (decimal): -3374061 or 1279180. OLE color: 1279180.

HSL color Cylindrical-coordinate representation of color #CC8413: hue angle of 36.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8413 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 132 19 -
CMYK 0 0.35 0.91 0.2
HSL 36.65º 0.83% 0.44% -
HSV(B) 36.65º 0.91% 0.8% -
XYZ 33.27 29.39 4.53 -
YUV 140.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 204 132 19 0 0.35 0.91 0.2 36.65 0.83 0.44
Hex CC 84 13 0 23 5B 14 25 53 2C
Octal 314 204 23 0 43 133 24 45 123 54
Binary 11001100 10000100 10011 0 100011 1011011 10100 100101 1010011 101100

Color Harmonies of #CC8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8413

Black with #CC8413

Text Example


Text Example

White with #CC8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8413; }

 p { color: rgb(204,132,19); }

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

background-color css

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

 a { background-color: rgb(204,132,19); }

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

border-color css

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

 span { border-color: rgb(204,132,19); }

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