Html Css Color HEX #CC7215 Ochre

📋 copy color: '#CC7215'

red 204 ◦ green 114 ◦ blue 21

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

Shades of Ochre #CC7215

Tints of Ochre #CC7215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 60.18%
G = 33.63%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7215 (or 0xCC7215) is known color: Ochre. HEX triplet: CC, 72 and 15. RGB value is (204,114,21). Sum of RGB (Red+Green+Blue) = 204+114+21=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7215 is #338DEA. Grayscale: #828282. Windows color (decimal): -3378667 or 1405644. OLE color: 1405644.

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

Color convert

RGB 204 114 21 -
CMYK 0 0.44 0.90 0.2
HSL 30.49º 0.81% 0.44% -
HSV(B) 30.49º 0.9% 0.8% -
XYZ 31.05 24.93 3.88 -
YUV 130.31 66.32 180.56 -
System Red Green Blue C M Y K H S L
Decimal 204 114 21 0 0.44 0.90 0.2 30.49 0.81 0.44
Hex CC 72 15 0 2C 5A 14 1E 51 2C
Octal 314 162 25 0 54 132 24 36 121 54
Binary 11001100 1110010 10101 0 101100 1011010 10100 11110 1010001 101100

Color Harmonies of #CC7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7215

Black with #CC7215

Text Example


Text Example

White with #CC7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7215; }

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

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

background-color css

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

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

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

border-color css

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

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

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