Html Css Color HEX #CA997F Feldspar

📋 copy color: '#CA997F'

red 202 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #CA997F

Tints of Feldspar #CA997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 41.91%
G = 31.74%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA997F (or 0xCA997F) is known color: Feldspar. HEX triplet: CA, 99 and 7F. RGB value is (202,153,127). Sum of RGB (Red+Green+Blue) = 202+153+127=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA997F is #356680. Grayscale: #A4A4A4. Windows color (decimal): -3499649 or 8362442. OLE color: 8362442.

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

Color convert

RGB 202 153 127 -
CMYK 0 0.24 0.37 0.21
HSL 20.8º 0.41% 0.65% -
HSV(B) 20.8º 0.37% 0.79% -
XYZ 39.58 36.87 25.11 -
YUV 164.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 202 153 127 0 0.24 0.37 0.21 20.8 0.41 0.65
Hex CA 99 7F 0 18 25 15 15 29 41
Octal 312 231 177 0 30 45 25 25 51 101
Binary 11001010 10011001 1111111 0 11000 100101 10101 10101 101001 1000001

Color Harmonies of #CA997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA997F

Black with #CA997F

Text Example


Text Example

White with #CA997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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