#CA8E7D

Color #CA8E7D Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CA8E7D

Tints of Feldspar #CA8E7D

Color information

#CA8E7D (or 0xCA8E7D) is unknown color: approx Feldspar. HEX triplet: CA, 8E and 7D. RGB value is (202,142,125). Sum of RGB (Red+Green+Blue) = 202+142+125=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E7D is #357182. Grayscale: #9E9E9E. Windows color (decimal): -3502467 or 8228554. OLE color: 8228554.

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

Color convert

RGB202142125-
CMYK00.300.380.21
HSL13.25º42.08%64.12%-
HSV(B)13.25º38.12%79.22%-
XYZ37.7333.3823.86-
YUV158109.38159.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=43.07%
G=30.28%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214212500.300.380.2113.2542.0864.12
HexCA8E7D01E2615d2a40
Octal31221617503646251552100
Binary110010101000111011111010111101001101010111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E7D; }

 p { color: rgb(202,142,125); }

 H1.HeaderClassName
 {
   color: #CA8E7D;
 }
 .AnyTagClassName
 {
   color: #CA8E7D;
 }
</style>
background-color css

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

 a { background-color: rgb(202,142,125); }

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

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

 span { border-color: rgb(202,142,125); }

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