Html Css Color HEX #CA8150 Raw Sienna

📋 copy color: '#CA8150'

red 202 ◦ green 129 ◦ blue 80

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

Shades of Raw Sienna #CA8150

Tints of Raw Sienna #CA8150

RGB

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

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

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

R = 49.15%
G = 31.39%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA8150 (or 0xCA8150) is known color: Raw Sienna. HEX triplet: CA, 81 and 50. RGB value is (202,129,80). Sum of RGB (Red+Green+Blue) = 202+129+80=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8150 is #357EAF. Grayscale: #919191. Windows color (decimal): -3505840 or 5276106. OLE color: 5276106.

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

Color convert

RGB 202 129 80 -
CMYK 0 0.36 0.60 0.21
HSL 24.1º 0.54% 0.55% -
HSV(B) 24.1º 0.6% 0.79% -
XYZ 33.66 28.84 11.38 -
YUV 145.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 202 129 80 0 0.36 0.60 0.21 24.1 0.54 0.55
Hex CA 81 50 0 24 3C 15 18 36 37
Octal 312 201 120 0 44 74 25 30 66 67
Binary 11001010 10000001 1010000 0 100100 111100 10101 11000 110110 110111

Color Harmonies of #CA8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8150

Black with #CA8150

Text Example


Text Example

White with #CA8150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8150; }

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

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

background-color css

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

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

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

border-color css

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

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

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