Html Css Color HEX #CC7321 Ochre

📋 copy color: '#CC7321'

red 204 ◦ green 115 ◦ blue 33

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

Shades of Ochre #CC7321

Tints of Ochre #CC7321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 33 (13.28% from 255) = 9.38%

R = 57.95%
G = 32.67%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC7321 (or 0xCC7321) is known color: Ochre. HEX triplet: CC, 73 and 21. RGB value is (204,115,33). Sum of RGB (Red+Green+Blue) = 204+115+33=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7321 is #338CDE. Grayscale: #848484. Windows color (decimal): -3378399 or 2192332. OLE color: 2192332.

HSL color Cylindrical-coordinate representation of color #CC7321: hue angle of 28.77º degrees, saturation: 0.72, 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 #CC7321 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 33 -
CMYK 0 0.44 0.84 0.2
HSL 28.77º 0.72% 0.46% -
HSV(B) 28.77º 0.84% 0.8% -
XYZ 31.31 25.21 4.65 -
YUV 132.26 71.99 179.17 -
System Red Green Blue C M Y K H S L
Decimal 204 115 33 0 0.44 0.84 0.2 28.77 0.72 0.46
Hex CC 73 21 0 2C 54 14 1D 48 2E
Octal 314 163 41 0 54 124 24 35 110 56
Binary 11001100 1110011 100001 0 101100 1010100 10100 11101 1001000 101110

Color Harmonies of #CC7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7321

Black with #CC7321

Text Example


Text Example

White with #CC7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7321; }

 p { color: rgb(204,115,33); }

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

background-color css

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

 a { background-color: rgb(204,115,33); }

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

border-color css

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

 span { border-color: rgb(204,115,33); }

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