Html Css Color HEX #CA7E50 Raw Sienna

📋 copy color: '#CA7E50'

red 202 ◦ green 126 ◦ blue 80

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

Shades of Raw Sienna #CA7E50

Tints of Raw Sienna #CA7E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

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

R = 49.51%
G = 30.88%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA7E50 (or 0xCA7E50) is known color: Raw Sienna. HEX triplet: CA, 7E and 50. RGB value is (202,126,80). Sum of RGB (Red+Green+Blue) = 202+126+80=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E50 is #3581AF. Grayscale: #8F8F8F. Windows color (decimal): -3506608 or 5275338. OLE color: 5275338.

HSL color Cylindrical-coordinate representation of color #CA7E50: hue angle of 22.62º 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 #CA7E50 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 80 -
CMYK 0 0.38 0.60 0.21
HSL 22.62º 0.54% 0.55% -
HSV(B) 22.62º 0.6% 0.79% -
XYZ 33.27 28.06 11.25 -
YUV 143.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 202 126 80 0 0.38 0.60 0.21 22.62 0.54 0.55
Hex CA 7E 50 0 26 3C 15 17 36 37
Octal 312 176 120 0 46 74 25 27 66 67
Binary 11001010 1111110 1010000 0 100110 111100 10101 10111 110110 110111

Color Harmonies of #CA7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E50

Black with #CA7E50

Text Example


Text Example

White with #CA7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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