Html Css Color HEX #CA9779 Feldspar

📋 copy color: '#CA9779'

red 202 ◦ green 151 ◦ blue 121

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

Shades of Feldspar #CA9779

Tints of Feldspar #CA9779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.86%

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 42.62%
G = 31.86%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA9779 (or 0xCA9779) is known color: Feldspar. HEX triplet: CA, 97 and 79. RGB value is (202,151,121). Sum of RGB (Red+Green+Blue) = 202+151+121=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9779 is #356886. Grayscale: #A3A3A3. Windows color (decimal): -3500167 or 7968714. OLE color: 7968714.

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

Color convert

RGB 202 151 121 -
CMYK 0 0.25 0.40 0.21
HSL 22.22º 0.43% 0.63% -
HSV(B) 22.22º 0.4% 0.79% -
XYZ 38.87 36.07 23 -
YUV 162.83 104.4 155.94 -
System Red Green Blue C M Y K H S L
Decimal 202 151 121 0 0.25 0.40 0.21 22.22 0.43 0.63
Hex CA 97 79 0 19 28 15 16 2B 3F
Octal 312 227 171 0 31 50 25 26 53 77
Binary 11001010 10010111 1111001 0 11001 101000 10101 10110 101011 111111

Color Harmonies of #CA9779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9779

Black with #CA9779

Text Example


Text Example

White with #CA9779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9779; }

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

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

background-color css

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

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

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

border-color css

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

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

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