Html Css Color HEX #CC732A Ochre

📋 copy color: '#CC732A'

red 204 ◦ green 115 ◦ blue 42

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

Shades of Ochre #CC732A

Tints of Ochre #CC732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 56.51%
G = 31.86%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC732A (or 0xCC732A) is known color: Ochre. HEX triplet: CC, 73 and 2A. RGB value is (204,115,42). Sum of RGB (Red+Green+Blue) = 204+115+42=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC732A is #338CD5. Grayscale: #858585. Windows color (decimal): -3378390 or 2782156. OLE color: 2782156.

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

Color convert

RGB 204 115 42 -
CMYK 0 0.44 0.79 0.2
HSL 27.04º 0.66% 0.48% -
HSV(B) 27.04º 0.79% 0.8% -
XYZ 31.45 25.27 5.41 -
YUV 133.29 76.49 178.44 -
System Red Green Blue C M Y K H S L
Decimal 204 115 42 0 0.44 0.79 0.2 27.04 0.66 0.48
Hex CC 73 2A 0 2C 4F 14 1B 42 30
Octal 314 163 52 0 54 117 24 33 102 60
Binary 11001100 1110011 101010 0 101100 1001111 10100 11011 1000010 110000

Color Harmonies of #CC732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC732A

Black with #CC732A

Text Example


Text Example

White with #CC732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC732A; }

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

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

background-color css

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

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

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

border-color css

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

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

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