Html Css Color HEX #CC7316 Ochre

📋 copy color: '#CC7316'

red 204 ◦ green 115 ◦ blue 22

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

Shades of Ochre #CC7316

Tints of Ochre #CC7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 59.82%
G = 33.72%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7316 (or 0xCC7316) is known color: Ochre. HEX triplet: CC, 73 and 16. RGB value is (204,115,22). Sum of RGB (Red+Green+Blue) = 204+115+22=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7316 is #338CE9. Grayscale: #838383. Windows color (decimal): -3378410 or 1471436. OLE color: 1471436.

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

Color convert

RGB 204 115 22 -
CMYK 0 0.44 0.89 0.2
HSL 30.66º 0.81% 0.44% -
HSV(B) 30.66º 0.89% 0.8% -
XYZ 31.18 25.16 3.97 -
YUV 131.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 204 115 22 0 0.44 0.89 0.2 30.66 0.81 0.44
Hex CC 73 16 0 2C 59 14 1F 51 2C
Octal 314 163 26 0 54 131 24 37 121 54
Binary 11001100 1110011 10110 0 101100 1011001 10100 11111 1010001 101100

Color Harmonies of #CC7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7316

Black with #CC7316

Text Example


Text Example

White with #CC7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7316; }

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

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

background-color css

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

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

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

border-color css

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

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

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