Html Css Color HEX #CC8319 Ochre

📋 copy color: '#CC8319'

red 204 ◦ green 131 ◦ blue 25

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

Shades of Ochre #CC8319

Tints of Ochre #CC8319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

 BLUE value IS 25 (10.16% from 255) = 6.94%

R = 56.67%
G = 36.39%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC8319 (or 0xCC8319) is known color: Ochre. HEX triplet: CC, 83 and 19. RGB value is (204,131,25). Sum of RGB (Red+Green+Blue) = 204+131+25=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8319 is #337CE6. Grayscale: #8D8D8D. Windows color (decimal): -3374311 or 1672140. OLE color: 1672140.

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

Color convert

RGB 204 131 25 -
CMYK 0 0.36 0.88 0.2
HSL 35.53º 0.78% 0.45% -
HSV(B) 35.53º 0.88% 0.8% -
XYZ 33.19 29.14 4.79 -
YUV 140.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 204 131 25 0 0.36 0.88 0.2 35.53 0.78 0.45
Hex CC 83 19 0 24 58 14 24 4E 2D
Octal 314 203 31 0 44 130 24 44 116 55
Binary 11001100 10000011 11001 0 100100 1011000 10100 100100 1001110 101101

Color Harmonies of #CC8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8319

Black with #CC8319

Text Example


Text Example

White with #CC8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8319; }

 p { color: rgb(204,131,25); }

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

background-color css

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

 a { background-color: rgb(204,131,25); }

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

border-color css

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

 span { border-color: rgb(204,131,25); }

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