Html Css Color HEX #CC7917 Ochre

📋 copy color: '#CC7917'

red 204 ◦ green 121 ◦ blue 23

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

Shades of Ochre #CC7917

Tints of Ochre #CC7917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 58.62%
G = 34.77%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7917 (or 0xCC7917) is known color: Ochre. HEX triplet: CC, 79 and 17. RGB value is (204,121,23). Sum of RGB (Red+Green+Blue) = 204+121+23=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7917 is #3386E8. Grayscale: #878787. Windows color (decimal): -3376873 or 1538508. OLE color: 1538508.

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

Color convert

RGB 204 121 23 -
CMYK 0 0.41 0.89 0.2
HSL 32.49º 0.8% 0.45% -
HSV(B) 32.49º 0.89% 0.8% -
XYZ 31.89 26.57 4.26 -
YUV 134.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 204 121 23 0 0.41 0.89 0.2 32.49 0.8 0.45
Hex CC 79 17 0 29 59 14 20 50 2D
Octal 314 171 27 0 51 131 24 40 120 55
Binary 11001100 1111001 10111 0 101001 1011001 10100 100000 1010000 101101

Color Harmonies of #CC7917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7917

Black with #CC7917

Text Example


Text Example

White with #CC7917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7917; }

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

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

background-color css

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

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

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

border-color css

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

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

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