Html Css Color HEX #CA957A Feldspar

📋 copy color: '#CA957A'

red 202 ◦ green 149 ◦ blue 122

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

Shades of Feldspar #CA957A

Tints of Feldspar #CA957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 42.71%
G = 31.5%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA957A (or 0xCA957A) is known color: Feldspar. HEX triplet: CA, 95 and 7A. RGB value is (202,149,122). Sum of RGB (Red+Green+Blue) = 202+149+122=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA957A is #356A85. Grayscale: #A1A1A1. Windows color (decimal): -3500678 or 8033738. OLE color: 8033738.

HSL color Cylindrical-coordinate representation of color #CA957A: hue angle of 20.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA957A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 122 -
CMYK 0 0.26 0.40 0.21
HSL 20.25º 0.43% 0.64% -
HSV(B) 20.25º 0.4% 0.79% -
XYZ 38.62 35.46 23.22 -
YUV 161.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 202 149 122 0 0.26 0.40 0.21 20.25 0.43 0.64
Hex CA 95 7A 0 1A 28 15 14 2B 40
Octal 312 225 172 0 32 50 25 24 53 100
Binary 11001010 10010101 1111010 0 11010 101000 10101 10100 101011 1000000

Color Harmonies of #CA957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA957A

Black with #CA957A

Text Example


Text Example

White with #CA957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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