Html Css Color HEX #CA8152 Raw Sienna

📋 copy color: '#CA8152'

red 202 ◦ green 129 ◦ blue 82

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

Shades of Raw Sienna #CA8152

Tints of Raw Sienna #CA8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 48.91%
G = 31.23%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA8152 (or 0xCA8152) is known color: Raw Sienna. HEX triplet: CA, 81 and 52. RGB value is (202,129,82). Sum of RGB (Red+Green+Blue) = 202+129+82=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8152 is #357EAD. Grayscale: #919191. Windows color (decimal): -3505838 or 5407178. OLE color: 5407178.

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

Color convert

RGB 202 129 82 -
CMYK 0 0.36 0.59 0.21
HSL 23.5º 0.53% 0.56% -
HSV(B) 23.5º 0.59% 0.79% -
XYZ 33.73 28.87 11.78 -
YUV 145.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 202 129 82 0 0.36 0.59 0.21 23.5 0.53 0.56
Hex CA 81 52 0 24 3B 15 18 35 38
Octal 312 201 122 0 44 73 25 30 65 70
Binary 11001010 10000001 1010010 0 100100 111011 10101 11000 110101 111000

Color Harmonies of #CA8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8152

Black with #CA8152

Text Example


Text Example

White with #CA8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8152; }

 p { color: rgb(202,129,82); }

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

background-color css

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

 a { background-color: rgb(202,129,82); }

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

border-color css

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

 span { border-color: rgb(202,129,82); }

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