Html Css Color HEX #CC8350 Raw Sienna

📋 copy color: '#CC8350'

red 204 ◦ green 131 ◦ blue 80

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

Shades of Raw Sienna #CC8350

Tints of Raw Sienna #CC8350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 49.16%
G = 31.57%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC8350 (or 0xCC8350) is known color: Raw Sienna. HEX triplet: CC, 83 and 50. RGB value is (204,131,80). Sum of RGB (Red+Green+Blue) = 204+131+80=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8350 is #337CAF. Grayscale: #939393. Windows color (decimal): -3374256 or 5276620. OLE color: 5276620.

HSL color Cylindrical-coordinate representation of color #CC8350: hue angle of 24.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC8350 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 131 80 -
CMYK 0 0.36 0.61 0.2
HSL 24.68º 0.55% 0.56% -
HSV(B) 24.68º 0.61% 0.8% -
XYZ 34.47 29.65 11.5 -
YUV 147.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 204 131 80 0 0.36 0.61 0.2 24.68 0.55 0.56
Hex CC 83 50 0 24 3D 14 19 37 38
Octal 314 203 120 0 44 75 24 31 67 70
Binary 11001100 10000011 1010000 0 100100 111101 10100 11001 110111 111000

Color Harmonies of #CC8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8350

Black with #CC8350

Text Example


Text Example

White with #CC8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8350; }

 p { color: rgb(204,131,80); }

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

background-color css

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

 a { background-color: rgb(204,131,80); }

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

border-color css

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

 span { border-color: rgb(204,131,80); }

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