Html Css Color HEX #CA824A Raw Sienna

📋 copy color: '#CA824A'

red 202 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #CA824A

Tints of Raw Sienna #CA824A

RGB

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

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

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

R = 49.75%
G = 32.02%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA824A (or 0xCA824A) is known color: Raw Sienna. HEX triplet: CA, 82 and 4A. RGB value is (202,130,74). Sum of RGB (Red+Green+Blue) = 202+130+74=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA824A is #357DB5. Grayscale: #919191. Windows color (decimal): -3505590 or 4883146. OLE color: 4883146.

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

Color convert

RGB 202 130 74 -
CMYK 0 0.36 0.63 0.21
HSL 26.25º 0.55% 0.54% -
HSV(B) 26.25º 0.63% 0.79% -
XYZ 33.58 29.02 10.31 -
YUV 145.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 202 130 74 0 0.36 0.63 0.21 26.25 0.55 0.54
Hex CA 82 4A 0 24 3F 15 1A 37 36
Octal 312 202 112 0 44 77 25 32 67 66
Binary 11001010 10000010 1001010 0 100100 111111 10101 11010 110111 110110

Color Harmonies of #CA824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA824A

Black with #CA824A

Text Example


Text Example

White with #CA824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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