Html Css Color HEX #CC7B20 Ochre

📋 copy color: '#CC7B20'

red 204 ◦ green 123 ◦ blue 32

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

Shades of Ochre #CC7B20

Tints of Ochre #CC7B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 56.82%
G = 34.26%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7B20 (or 0xCC7B20) is known color: Ochre. HEX triplet: CC, 7B and 20. RGB value is (204,123,32). Sum of RGB (Red+Green+Blue) = 204+123+32=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B20 is #3384DF. Grayscale: #898989. Windows color (decimal): -3376352 or 2128844. OLE color: 2128844.

HSL color Cylindrical-coordinate representation of color #CC7B20: hue angle of 31.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC7B20 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 32 -
CMYK 0 0.40 0.84 0.2
HSL 31.74º 0.73% 0.46% -
HSV(B) 31.74º 0.84% 0.8% -
XYZ 32.25 27.11 4.9 -
YUV 136.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 204 123 32 0 0.40 0.84 0.2 31.74 0.73 0.46
Hex CC 7B 20 0 28 54 14 20 49 2E
Octal 314 173 40 0 50 124 24 40 111 56
Binary 11001100 1111011 100000 0 101000 1010100 10100 100000 1001001 101110

Color Harmonies of #CC7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B20

Black with #CC7B20

Text Example


Text Example

White with #CC7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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