Html Css Color HEX #CA956E Feldspar

📋 copy color: '#CA956E'

red 202 ◦ green 149 ◦ blue 110

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

Shades of Feldspar #CA956E

Tints of Feldspar #CA956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.86%

R = 43.82%
G = 32.32%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA956E (or 0xCA956E) is known color: Feldspar. HEX triplet: CA, 95 and 6E. RGB value is (202,149,110). Sum of RGB (Red+Green+Blue) = 202+149+110=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956E is #356A91. Grayscale: #A0A0A0. Windows color (decimal): -3500690 or 7247306. OLE color: 7247306.

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

Color convert

RGB 202 149 110 -
CMYK 0 0.26 0.46 0.21
HSL 25.43º 0.46% 0.61% -
HSV(B) 25.43º 0.46% 0.79% -
XYZ 37.92 35.18 19.54 -
YUV 160.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 202 149 110 0 0.26 0.46 0.21 25.43 0.46 0.61
Hex CA 95 6E 0 1A 2E 15 19 2E 3D
Octal 312 225 156 0 32 56 25 31 56 75
Binary 11001010 10010101 1101110 0 11010 101110 10101 11001 101110 111101

Color Harmonies of #CA956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA956E

Black with #CA956E

Text Example


Text Example

White with #CA956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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