Html Css Color HEX #CA997E Feldspar

📋 copy color: '#CA997E'

red 202 ◦ green 153 ◦ blue 126

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

Shades of Feldspar #CA997E

Tints of Feldspar #CA997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 42%
G = 31.81%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA997E (or 0xCA997E) is known color: Feldspar. HEX triplet: CA, 99 and 7E. RGB value is (202,153,126). Sum of RGB (Red+Green+Blue) = 202+153+126=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA997E is #356681. Grayscale: #A4A4A4. Windows color (decimal): -3499650 or 8296906. OLE color: 8296906.

HSL color Cylindrical-coordinate representation of color #CA997E: hue angle of 21.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA997E is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 126 -
CMYK 0 0.24 0.38 0.21
HSL 21.32º 0.42% 0.64% -
HSV(B) 21.32º 0.38% 0.79% -
XYZ 39.51 36.85 24.77 -
YUV 164.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 202 153 126 0 0.24 0.38 0.21 21.32 0.42 0.64
Hex CA 99 7E 0 18 26 15 15 2A 40
Octal 312 231 176 0 30 46 25 25 52 100
Binary 11001010 10011001 1111110 0 11000 100110 10101 10101 101010 1000000

Color Harmonies of #CA997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA997E

Black with #CA997E

Text Example


Text Example

White with #CA997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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