Html Css Color HEX #CC7516 Ochre

📋 copy color: '#CC7516'

red 204 ◦ green 117 ◦ blue 22

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

Shades of Ochre #CC7516

Tints of Ochre #CC7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 59.48%
G = 34.11%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7516 (or 0xCC7516) is known color: Ochre. HEX triplet: CC, 75 and 16. RGB value is (204,117,22). Sum of RGB (Red+Green+Blue) = 204+117+22=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7516 is #338AE9. Grayscale: #848484. Windows color (decimal): -3377898 or 1471948. OLE color: 1471948.

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

Color convert

RGB 204 117 22 -
CMYK 0 0.43 0.89 0.2
HSL 31.32º 0.81% 0.44% -
HSV(B) 31.32º 0.89% 0.8% -
XYZ 31.41 25.62 4.05 -
YUV 132.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 204 117 22 0 0.43 0.89 0.2 31.32 0.81 0.44
Hex CC 75 16 0 2B 59 14 1F 51 2C
Octal 314 165 26 0 53 131 24 37 121 54
Binary 11001100 1110101 10110 0 101011 1011001 10100 11111 1010001 101100

Color Harmonies of #CC7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7516

Black with #CC7516

Text Example


Text Example

White with #CC7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7516; }

 p { color: rgb(204,117,22); }

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

background-color css

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

 a { background-color: rgb(204,117,22); }

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

border-color css

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

 span { border-color: rgb(204,117,22); }

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