Html Css Color HEX #CA804F Raw Sienna

📋 copy color: '#CA804F'

red 202 ◦ green 128 ◦ blue 79

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

Shades of Raw Sienna #CA804F

Tints of Raw Sienna #CA804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.32%

R = 49.39%
G = 31.3%
B = 19.32%

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

#CA804F (or 0xCA804F) is known color: Raw Sienna. HEX triplet: CA, 80 and 4F. RGB value is (202,128,79). Sum of RGB (Red+Green+Blue) = 202+128+79=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA804F is #357FB0. Grayscale: #909090. Windows color (decimal): -3506097 or 5210314. OLE color: 5210314.

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

Color convert

RGB 202 128 79 -
CMYK 0 0.37 0.61 0.21
HSL 23.9º 0.54% 0.55% -
HSV(B) 23.9º 0.61% 0.79% -
XYZ 33.49 28.56 11.14 -
YUV 144.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 202 128 79 0 0.37 0.61 0.21 23.9 0.54 0.55
Hex CA 80 4F 0 25 3D 15 18 36 37
Octal 312 200 117 0 45 75 25 30 66 67
Binary 11001010 10000000 1001111 0 100101 111101 10101 11000 110110 110111

Color Harmonies of #CA804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA804F

Black with #CA804F

Text Example


Text Example

White with #CA804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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