Html Css Color HEX #CA9977 Feldspar

📋 copy color: '#CA9977'

red 202 ◦ green 153 ◦ blue 119

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

Shades of Feldspar #CA9977

Tints of Feldspar #CA9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.28%

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

R = 42.62%
G = 32.28%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA9977 (or 0xCA9977) is known color: Feldspar. HEX triplet: CA, 99 and 77. RGB value is (202,153,119). Sum of RGB (Red+Green+Blue) = 202+153+119=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9977 is #356688. Grayscale: #A3A3A3. Windows color (decimal): -3499657 or 7838154. OLE color: 7838154.

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

Color convert

RGB 202 153 119 -
CMYK 0 0.24 0.41 0.21
HSL 24.58º 0.44% 0.63% -
HSV(B) 24.58º 0.41% 0.79% -
XYZ 39.08 36.67 22.47 -
YUV 163.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 202 153 119 0 0.24 0.41 0.21 24.58 0.44 0.63
Hex CA 99 77 0 18 29 15 19 2C 3F
Octal 312 231 167 0 30 51 25 31 54 77
Binary 11001010 10011001 1110111 0 11000 101001 10101 11001 101100 111111

Color Harmonies of #CA9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9977

Black with #CA9977

Text Example


Text Example

White with #CA9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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