Html Css Color HEX #CA8047 Raw Sienna

📋 copy color: '#CA8047'

red 202 ◦ green 128 ◦ blue 71

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

Shades of Raw Sienna #CA8047

Tints of Raw Sienna #CA8047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 50.37%
G = 31.92%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA8047 (or 0xCA8047) is known color: Raw Sienna. HEX triplet: CA, 80 and 47. RGB value is (202,128,71). Sum of RGB (Red+Green+Blue) = 202+128+71=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8047 is #357FB8. Grayscale: #8F8F8F. Windows color (decimal): -3506105 or 4686026. OLE color: 4686026.

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

Color convert

RGB 202 128 71 -
CMYK 0 0.37 0.65 0.21
HSL 26.11º 0.55% 0.54% -
HSV(B) 26.11º 0.65% 0.79% -
XYZ 33.21 28.45 9.7 -
YUV 143.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 202 128 71 0 0.37 0.65 0.21 26.11 0.55 0.54
Hex CA 80 47 0 25 41 15 1A 37 36
Octal 312 200 107 0 45 101 25 32 67 66
Binary 11001010 10000000 1000111 0 100101 1000001 10101 11010 110111 110110

Color Harmonies of #CA8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8047

Black with #CA8047

Text Example


Text Example

White with #CA8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8047; }

 p { color: rgb(202,128,71); }

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

background-color css

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

 a { background-color: rgb(202,128,71); }

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

border-color css

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

 span { border-color: rgb(202,128,71); }

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