Html Css Color HEX #CC7B17 Ochre

📋 copy color: '#CC7B17'

red 204 ◦ green 123 ◦ blue 23

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

Shades of Ochre #CC7B17

Tints of Ochre #CC7B17

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

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

R = 58.29%
G = 35.14%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7B17 (or 0xCC7B17) is known color: Ochre. HEX triplet: CC, 7B and 17. RGB value is (204,123,23). Sum of RGB (Red+Green+Blue) = 204+123+23=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B17 is #3384E8. Grayscale: #888888. Windows color (decimal): -3376361 or 1539020. OLE color: 1539020.

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

Color convert

RGB 204 123 23 -
CMYK 0 0.40 0.89 0.2
HSL 33.15º 0.8% 0.45% -
HSV(B) 33.15º 0.89% 0.8% -
XYZ 32.14 27.07 4.34 -
YUV 135.82 64.34 176.63 -
System Red Green Blue C M Y K H S L
Decimal 204 123 23 0 0.40 0.89 0.2 33.15 0.8 0.45
Hex CC 7B 17 0 28 59 14 21 50 2D
Octal 314 173 27 0 50 131 24 41 120 55
Binary 11001100 1111011 10111 0 101000 1011001 10100 100001 1010000 101101

Color Harmonies of #CC7B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B17

Black with #CC7B17

Text Example


Text Example

White with #CC7B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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