Html Css Color HEX #CA794A Raw Sienna

📋 copy color: '#CA794A'

red 202 ◦ green 121 ◦ blue 74

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

Shades of Raw Sienna #CA794A

Tints of Raw Sienna #CA794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 50.88%
G = 30.48%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA794A (or 0xCA794A) is known color: Raw Sienna. HEX triplet: CA, 79 and 4A. RGB value is (202,121,74). Sum of RGB (Red+Green+Blue) = 202+121+74=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA794A is #3586B5. Grayscale: #8C8C8C. Windows color (decimal): -3507894 or 4880842. OLE color: 4880842.

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

Color convert

RGB 202 121 74 -
CMYK 0 0.40 0.63 0.21
HSL 22.03º 0.55% 0.54% -
HSV(B) 22.03º 0.63% 0.79% -
XYZ 32.43 26.73 9.93 -
YUV 139.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 202 121 74 0 0.40 0.63 0.21 22.03 0.55 0.54
Hex CA 79 4A 0 28 3F 15 16 37 36
Octal 312 171 112 0 50 77 25 26 67 66
Binary 11001010 1111001 1001010 0 101000 111111 10101 10110 110111 110110

Color Harmonies of #CA794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA794A

Black with #CA794A

Text Example


Text Example

White with #CA794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA794A; }

 p { color: rgb(202,121,74); }

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

background-color css

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

 a { background-color: rgb(202,121,74); }

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

border-color css

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

 span { border-color: rgb(202,121,74); }

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