Html Css Color HEX #CA834E Raw Sienna

📋 copy color: '#CA834E'

red 202 ◦ green 131 ◦ blue 78

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

Shades of Raw Sienna #CA834E

Tints of Raw Sienna #CA834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 49.15%
G = 31.87%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA834E (or 0xCA834E) is known color: Raw Sienna. HEX triplet: CA, 83 and 4E. RGB value is (202,131,78). Sum of RGB (Red+Green+Blue) = 202+131+78=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA834E is #357CB1. Grayscale: #929292. Windows color (decimal): -3505330 or 5145546. OLE color: 5145546.

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

Color convert

RGB 202 131 78 -
CMYK 0 0.35 0.61 0.21
HSL 25.65º 0.54% 0.55% -
HSV(B) 25.65º 0.61% 0.79% -
XYZ 33.85 29.34 11.09 -
YUV 146.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 202 131 78 0 0.35 0.61 0.21 25.65 0.54 0.55
Hex CA 83 4E 0 23 3D 15 1A 36 37
Octal 312 203 116 0 43 75 25 32 66 67
Binary 11001010 10000011 1001110 0 100011 111101 10101 11010 110110 110111

Color Harmonies of #CA834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA834E

Black with #CA834E

Text Example


Text Example

White with #CA834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA834E; }

 p { color: rgb(202,131,78); }

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

background-color css

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

 a { background-color: rgb(202,131,78); }

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

border-color css

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

 span { border-color: rgb(202,131,78); }

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