Html Css Color HEX #CA977E Feldspar

📋 copy color: '#CA977E'

red 202 ◦ green 151 ◦ blue 126

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

Shades of Feldspar #CA977E

Tints of Feldspar #CA977E

RGB

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

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

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

R = 42.17%
G = 31.52%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA977E (or 0xCA977E) is known color: Feldspar. HEX triplet: CA, 97 and 7E. RGB value is (202,151,126). Sum of RGB (Red+Green+Blue) = 202+151+126=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA977E is #356881. Grayscale: #A3A3A3. Windows color (decimal): -3500162 or 8296394. OLE color: 8296394.

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

Color convert

RGB 202 151 126 -
CMYK 0 0.25 0.38 0.21
HSL 19.74º 0.42% 0.64% -
HSV(B) 19.74º 0.38% 0.79% -
XYZ 39.19 36.2 24.66 -
YUV 163.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 202 151 126 0 0.25 0.38 0.21 19.74 0.42 0.64
Hex CA 97 7E 0 19 26 15 14 2A 40
Octal 312 227 176 0 31 46 25 24 52 100
Binary 11001010 10010111 1111110 0 11001 100110 10101 10100 101010 1000000

Color Harmonies of #CA977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA977E

Black with #CA977E

Text Example


Text Example

White with #CA977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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