Html Css Color HEX #CC7617 Ochre

📋 copy color: '#CC7617'

red 204 ◦ green 118 ◦ blue 23

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

Shades of Ochre #CC7617

Tints of Ochre #CC7617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 59.13%
G = 34.2%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7617 (or 0xCC7617) is known color: Ochre. HEX triplet: CC, 76 and 17. RGB value is (204,118,23). Sum of RGB (Red+Green+Blue) = 204+118+23=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7617 is #3389E8. Grayscale: #858585. Windows color (decimal): -3377641 or 1537740. OLE color: 1537740.

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

Color convert

RGB 204 118 23 -
CMYK 0 0.42 0.89 0.2
HSL 31.49º 0.8% 0.45% -
HSV(B) 31.49º 0.89% 0.8% -
XYZ 31.53 25.86 4.14 -
YUV 132.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 204 118 23 0 0.42 0.89 0.2 31.49 0.8 0.45
Hex CC 76 17 0 2A 59 14 1F 50 2D
Octal 314 166 27 0 52 131 24 37 120 55
Binary 11001100 1110110 10111 0 101010 1011001 10100 11111 1010000 101101

Color Harmonies of #CC7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7617

Black with #CC7617

Text Example


Text Example

White with #CC7617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7617; }

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

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

background-color css

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

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

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

border-color css

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

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

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