Html Css Color HEX #CA987E Feldspar

📋 copy color: '#CA987E'

red 202 ◦ green 152 ◦ blue 126

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

Shades of Feldspar #CA987E

Tints of Feldspar #CA987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

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

R = 42.08%
G = 31.67%
B = 26.25%

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

#CA987E (or 0xCA987E) is known color: Feldspar. HEX triplet: CA, 98 and 7E. RGB value is (202,152,126). Sum of RGB (Red+Green+Blue) = 202+152+126=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA987E is #356781. Grayscale: #A4A4A4. Windows color (decimal): -3499906 or 8296650. OLE color: 8296650.

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

Color convert

RGB 202 152 126 -
CMYK 0 0.25 0.38 0.21
HSL 20.53º 0.42% 0.64% -
HSV(B) 20.53º 0.38% 0.79% -
XYZ 39.35 36.52 24.71 -
YUV 163.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 202 152 126 0 0.25 0.38 0.21 20.53 0.42 0.64
Hex CA 98 7E 0 19 26 15 15 2A 40
Octal 312 230 176 0 31 46 25 25 52 100
Binary 11001010 10011000 1111110 0 11001 100110 10101 10101 101010 1000000

Color Harmonies of #CA987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA987E

Black with #CA987E

Text Example


Text Example

White with #CA987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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