Html Css Color HEX #CA814C Raw Sienna

📋 copy color: '#CA814C'

red 202 ◦ green 129 ◦ blue 76

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

Shades of Raw Sienna #CA814C

Tints of Raw Sienna #CA814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.67%

R = 49.63%
G = 31.7%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA814C (or 0xCA814C) is known color: Raw Sienna. HEX triplet: CA, 81 and 4C. RGB value is (202,129,76). Sum of RGB (Red+Green+Blue) = 202+129+76=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA814C is #357EB3. Grayscale: #919191. Windows color (decimal): -3505844 or 5013962. OLE color: 5013962.

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

Color convert

RGB 202 129 76 -
CMYK 0 0.36 0.62 0.21
HSL 25.24º 0.54% 0.55% -
HSV(B) 25.24º 0.62% 0.79% -
XYZ 33.51 28.78 10.63 -
YUV 144.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 202 129 76 0 0.36 0.62 0.21 25.24 0.54 0.55
Hex CA 81 4C 0 24 3E 15 19 36 37
Octal 312 201 114 0 44 76 25 31 66 67
Binary 11001010 10000001 1001100 0 100100 111110 10101 11001 110110 110111

Color Harmonies of #CA814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA814C

Black with #CA814C

Text Example


Text Example

White with #CA814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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