Html Css Color HEX #CA9577 Feldspar

📋 copy color: '#CA9577'

red 202 ◦ green 149 ◦ blue 119

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

Shades of Feldspar #CA9577

Tints of Feldspar #CA9577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.7%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 42.98%
G = 31.7%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA9577 (or 0xCA9577) is known color: Feldspar. HEX triplet: CA, 95 and 77. RGB value is (202,149,119). Sum of RGB (Red+Green+Blue) = 202+149+119=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9577 is #356A88. Grayscale: #A1A1A1. Windows color (decimal): -3500681 or 7837130. OLE color: 7837130.

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

Color convert

RGB 202 149 119 -
CMYK 0 0.26 0.41 0.21
HSL 21.69º 0.44% 0.63% -
HSV(B) 21.69º 0.41% 0.79% -
XYZ 38.43 35.38 22.26 -
YUV 161.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 202 149 119 0 0.26 0.41 0.21 21.69 0.44 0.63
Hex CA 95 77 0 1A 29 15 16 2C 3F
Octal 312 225 167 0 32 51 25 26 54 77
Binary 11001010 10010101 1110111 0 11010 101001 10101 10110 101100 111111

Color Harmonies of #CA9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9577

Black with #CA9577

Text Example


Text Example

White with #CA9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9577; }

 p { color: rgb(202,149,119); }

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

background-color css

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

 a { background-color: rgb(202,149,119); }

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

border-color css

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

 span { border-color: rgb(202,149,119); }

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