Html Css Color HEX #CC7517 Ochre

📋 copy color: '#CC7517'

red 204 ◦ green 117 ◦ blue 23

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

Shades of Ochre #CC7517

Tints of Ochre #CC7517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.69%

R = 59.3%
G = 34.01%
B = 6.69%

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

#CC7517 (or 0xCC7517) is known color: Ochre. HEX triplet: CC, 75 and 17. RGB value is (204,117,23). Sum of RGB (Red+Green+Blue) = 204+117+23=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7517 is #338AE8. Grayscale: #848484. Windows color (decimal): -3377897 or 1537484. OLE color: 1537484.

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

Color convert

RGB 204 117 23 -
CMYK 0 0.43 0.89 0.2
HSL 31.16º 0.8% 0.45% -
HSV(B) 31.16º 0.89% 0.8% -
XYZ 31.42 25.62 4.1 -
YUV 132.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 204 117 23 0 0.43 0.89 0.2 31.16 0.8 0.45
Hex CC 75 17 0 2B 59 14 1F 50 2D
Octal 314 165 27 0 53 131 24 37 120 55
Binary 11001100 1110101 10111 0 101011 1011001 10100 11111 1010000 101101

Color Harmonies of #CC7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7517

Black with #CC7517

Text Example


Text Example

White with #CC7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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