Html Css Color HEX #CC8046 Raw Sienna

📋 copy color: '#CC8046'

red 204 ◦ green 128 ◦ blue 70

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

Shades of Raw Sienna #CC8046

Tints of Raw Sienna #CC8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 50.75%
G = 31.84%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC8046 (or 0xCC8046) is known color: Raw Sienna. HEX triplet: CC, 80 and 46. RGB value is (204,128,70). Sum of RGB (Red+Green+Blue) = 204+128+70=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8046 is #337FB9. Grayscale: #909090. Windows color (decimal): -3375034 or 4620492. OLE color: 4620492.

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

Color convert

RGB 204 128 70 -
CMYK 0 0.37 0.66 0.2
HSL 25.97º 0.57% 0.54% -
HSV(B) 25.97º 0.66% 0.8% -
XYZ 33.73 28.72 9.56 -
YUV 144.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 204 128 70 0 0.37 0.66 0.2 25.97 0.57 0.54
Hex CC 80 46 0 25 42 14 1A 39 36
Octal 314 200 106 0 45 102 24 32 71 66
Binary 11001100 10000000 1000110 0 100101 1000010 10100 11010 111001 110110

Color Harmonies of #CC8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8046

Black with #CC8046

Text Example


Text Example

White with #CC8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8046; }

 p { color: rgb(204,128,70); }

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

background-color css

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

 a { background-color: rgb(204,128,70); }

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

border-color css

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

 span { border-color: rgb(204,128,70); }

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