Html Css Color HEX #CC7415 Ochre

📋 copy color: '#CC7415'

red 204 ◦ green 116 ◦ blue 21

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

Shades of Ochre #CC7415

Tints of Ochre #CC7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 59.82%
G = 34.02%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7415 (or 0xCC7415) is known color: Ochre. HEX triplet: CC, 74 and 15. RGB value is (204,116,21). Sum of RGB (Red+Green+Blue) = 204+116+21=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7415 is #338BEA. Grayscale: #838383. Windows color (decimal): -3378155 or 1406156. OLE color: 1406156.

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

Color convert

RGB 204 116 21 -
CMYK 0 0.43 0.90 0.2
HSL 31.15º 0.81% 0.44% -
HSV(B) 31.15º 0.9% 0.8% -
XYZ 31.28 25.38 3.96 -
YUV 131.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 204 116 21 0 0.43 0.90 0.2 31.15 0.81 0.44
Hex CC 74 15 0 2B 5A 14 1F 51 2C
Octal 314 164 25 0 53 132 24 37 121 54
Binary 11001100 1110100 10101 0 101011 1011010 10100 11111 1010001 101100

Color Harmonies of #CC7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7415

Black with #CC7415

Text Example


Text Example

White with #CC7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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