Html Css Color HEX #CC7323 Ochre

📋 copy color: '#CC7323'

red 204 ◦ green 115 ◦ blue 35

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

Shades of Ochre #CC7323

Tints of Ochre #CC7323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.89%

R = 57.63%
G = 32.49%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC7323 (or 0xCC7323) is known color: Ochre. HEX triplet: CC, 73 and 23. RGB value is (204,115,35). Sum of RGB (Red+Green+Blue) = 204+115+35=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7323 is #338CDC. Grayscale: #848484. Windows color (decimal): -3378397 or 2323404. OLE color: 2323404.

HSL color Cylindrical-coordinate representation of color #CC7323: hue angle of 28.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7323 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 35 -
CMYK 0 0.44 0.83 0.2
HSL 28.4º 0.71% 0.47% -
HSV(B) 28.4º 0.83% 0.8% -
XYZ 31.34 25.22 4.81 -
YUV 132.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 204 115 35 0 0.44 0.83 0.2 28.4 0.71 0.47
Hex CC 73 23 0 2C 53 14 1C 47 2F
Octal 314 163 43 0 54 123 24 34 107 57
Binary 11001100 1110011 100011 0 101100 1010011 10100 11100 1000111 101111

Color Harmonies of #CC7323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7323

Black with #CC7323

Text Example


Text Example

White with #CC7323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7323; }

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

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

background-color css

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

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

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

border-color css

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

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

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