Html Css Color HEX #CA8249 Raw Sienna

📋 copy color: '#CA8249'

red 202 ◦ green 130 ◦ blue 73

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

Shades of Raw Sienna #CA8249

Tints of Raw Sienna #CA8249

RGB

 RED value IS 202 (79.3% from 255) = 49.88%

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

 BLUE value IS 73 (28.91% from 255) = 18.02%

R = 49.88%
G = 32.1%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8249 (or 0xCA8249) is known color: Raw Sienna. HEX triplet: CA, 82 and 49. RGB value is (202,130,73). Sum of RGB (Red+Green+Blue) = 202+130+73=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8249 is #357DB6. Grayscale: #919191. Windows color (decimal): -3505591 or 4817610. OLE color: 4817610.

HSL color Cylindrical-coordinate representation of color #CA8249: hue angle of 26.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA8249 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 73 -
CMYK 0 0.36 0.64 0.21
HSL 26.51º 0.55% 0.54% -
HSV(B) 26.51º 0.64% 0.79% -
XYZ 33.54 29 10.13 -
YUV 145.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 202 130 73 0 0.36 0.64 0.21 26.51 0.55 0.54
Hex CA 82 49 0 24 40 15 1B 37 36
Octal 312 202 111 0 44 100 25 33 67 66
Binary 11001010 10000010 1001001 0 100100 1000000 10101 11011 110111 110110

Color Harmonies of #CA8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8249

Black with #CA8249

Text Example


Text Example

White with #CA8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8249; }

 p { color: rgb(202,130,73); }

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

background-color css

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

 a { background-color: rgb(202,130,73); }

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

border-color css

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

 span { border-color: rgb(202,130,73); }

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