Html Css Color HEX #CA7E4A Raw Sienna

📋 copy color: '#CA7E4A'

red 202 ◦ green 126 ◦ blue 74

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

Shades of Raw Sienna #CA7E4A

Tints of Raw Sienna #CA7E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 50.25%
G = 31.34%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA7E4A (or 0xCA7E4A) is known color: Raw Sienna. HEX triplet: CA, 7E and 4A. RGB value is (202,126,74). Sum of RGB (Red+Green+Blue) = 202+126+74=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7E4A is #3581B5. Grayscale: #8F8F8F. Windows color (decimal): -3506614 or 4882122. OLE color: 4882122.

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

Color convert

RGB 202 126 74 -
CMYK 0 0.38 0.63 0.21
HSL 24.38º 0.55% 0.54% -
HSV(B) 24.38º 0.63% 0.79% -
XYZ 33.05 27.97 10.14 -
YUV 142.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 202 126 74 0 0.38 0.63 0.21 24.38 0.55 0.54
Hex CA 7E 4A 0 26 3F 15 18 37 36
Octal 312 176 112 0 46 77 25 30 67 66
Binary 11001010 1111110 1001010 0 100110 111111 10101 11000 110111 110110

Color Harmonies of #CA7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E4A

Black with #CA7E4A

Text Example


Text Example

White with #CA7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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