Html Css Color HEX #CA814A Raw Sienna

📋 copy color: '#CA814A'

red 202 ◦ green 129 ◦ blue 74

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

Shades of Raw Sienna #CA814A

Tints of Raw Sienna #CA814A

RGB

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

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

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

R = 49.88%
G = 31.85%
B = 18.27%

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

#CA814A (or 0xCA814A) is known color: Raw Sienna. HEX triplet: CA, 81 and 4A. RGB value is (202,129,74). Sum of RGB (Red+Green+Blue) = 202+129+74=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA814A is #357EB5. Grayscale: #909090. Windows color (decimal): -3505846 or 4882890. OLE color: 4882890.

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

Color convert

RGB 202 129 74 -
CMYK 0 0.36 0.63 0.21
HSL 25.78º 0.55% 0.54% -
HSV(B) 25.78º 0.63% 0.79% -
XYZ 33.44 28.75 10.27 -
YUV 144.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 202 129 74 0 0.36 0.63 0.21 25.78 0.55 0.54
Hex CA 81 4A 0 24 3F 15 1A 37 36
Octal 312 201 112 0 44 77 25 32 67 66
Binary 11001010 10000001 1001010 0 100100 111111 10101 11010 110111 110110

Color Harmonies of #CA814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA814A

Black with #CA814A

Text Example


Text Example

White with #CA814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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