Html Css Color HEX #CA844C Raw Sienna

📋 copy color: '#CA844C'

red 202 ◦ green 132 ◦ blue 76

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

Shades of Raw Sienna #CA844C

Tints of Raw Sienna #CA844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

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

R = 49.27%
G = 32.2%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA844C (or 0xCA844C) is known color: Raw Sienna. HEX triplet: CA, 84 and 4C. RGB value is (202,132,76). Sum of RGB (Red+Green+Blue) = 202+132+76=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA844C is #357BB3. Grayscale: #929292. Windows color (decimal): -3505076 or 5014730. OLE color: 5014730.

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

Color convert

RGB 202 132 76 -
CMYK 0 0.35 0.62 0.21
HSL 26.67º 0.54% 0.55% -
HSV(B) 26.67º 0.62% 0.79% -
XYZ 33.91 29.58 10.76 -
YUV 146.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 202 132 76 0 0.35 0.62 0.21 26.67 0.54 0.55
Hex CA 84 4C 0 23 3E 15 1B 36 37
Octal 312 204 114 0 43 76 25 33 66 67
Binary 11001010 10000100 1001100 0 100011 111110 10101 11011 110110 110111

Color Harmonies of #CA844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA844C

Black with #CA844C

Text Example


Text Example

White with #CA844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA844C; }

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

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

background-color css

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

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

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

border-color css

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

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

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