Html Css Color HEX #CD8246 Raw Sienna

📋 copy color: '#CD8246'

red 205 ◦ green 130 ◦ blue 70

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

Shades of Raw Sienna #CD8246

Tints of Raw Sienna #CD8246

RGB

 RED value IS 205 (80.47% from 255) = 50.62%

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 50.62%
G = 32.1%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD8246 (or 0xCD8246) is known color: Raw Sienna. HEX triplet: CD, 82 and 46. RGB value is (205,130,70). Sum of RGB (Red+Green+Blue) = 205+130+70=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8246 is #327DB9. Grayscale: #919191. Windows color (decimal): -3308986 or 4621005. OLE color: 4621005.

HSL color Cylindrical-coordinate representation of color #CD8246: hue angle of 26.67º 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 #CD8246 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 70 -
CMYK 0 0.37 0.66 0.20
HSL 26.67º 0.57% 0.54% -
HSV(B) 26.67º 0.66% 0.8% -
XYZ 34.26 29.39 9.66 -
YUV 145.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 205 130 70 0 0.37 0.66 0.20 26.67 0.57 0.54
Hex CD 82 46 0 25 42 14 1B 39 36
Octal 315 202 106 0 45 102 24 33 71 66
Binary 11001101 10000010 1000110 0 100101 1000010 10100 11011 111001 110110

Color Harmonies of #CD8246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8246

Black with #CD8246

Text Example


Text Example

White with #CD8246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8246; }

 p { color: rgb(205,130,70); }

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

background-color css

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

 a { background-color: rgb(205,130,70); }

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

border-color css

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

 span { border-color: rgb(205,130,70); }

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