Html Css Color HEX #CA804E Raw Sienna

📋 copy color: '#CA804E'

red 202 ◦ green 128 ◦ blue 78

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

Shades of Raw Sienna #CA804E

Tints of Raw Sienna #CA804E

RGB

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

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

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

R = 49.51%
G = 31.37%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA804E (or 0xCA804E) is known color: Raw Sienna. HEX triplet: CA, 80 and 4E. RGB value is (202,128,78). Sum of RGB (Red+Green+Blue) = 202+128+78=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA804E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA804E is #357FB1. Grayscale: #909090. Windows color (decimal): -3506098 or 5144778. OLE color: 5144778.

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

Color convert

RGB 202 128 78 -
CMYK 0 0.37 0.61 0.21
HSL 24.19º 0.54% 0.55% -
HSV(B) 24.19º 0.61% 0.79% -
XYZ 33.45 28.54 10.95 -
YUV 144.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 202 128 78 0 0.37 0.61 0.21 24.19 0.54 0.55
Hex CA 80 4E 0 25 3D 15 18 36 37
Octal 312 200 116 0 45 75 25 30 66 67
Binary 11001010 10000000 1001110 0 100101 111101 10101 11000 110110 110111

Color Harmonies of #CA804E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA804E

Black with #CA804E

Text Example


Text Example

White with #CA804E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA804E; }

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

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

background-color css

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

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

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

border-color css

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

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

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