Html Css Color HEX #CA8D6E Feldspar

📋 copy color: '#CA8D6E'

red 202 ◦ green 141 ◦ blue 110

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

Shades of Feldspar #CA8D6E

Tints of Feldspar #CA8D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 44.59%
G = 31.13%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA8D6E (or 0xCA8D6E) is known color: Feldspar. HEX triplet: CA, 8D and 6E. RGB value is (202,141,110). Sum of RGB (Red+Green+Blue) = 202+141+110=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6E is #357291. Grayscale: #9B9B9B. Windows color (decimal): -3502738 or 7245258. OLE color: 7245258.

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

Color convert

RGB 202 141 110 -
CMYK 0 0.30 0.46 0.21
HSL 20.22º 0.46% 0.61% -
HSV(B) 20.22º 0.46% 0.79% -
XYZ 36.7 32.73 19.14 -
YUV 155.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 202 141 110 0 0.30 0.46 0.21 20.22 0.46 0.61
Hex CA 8D 6E 0 1E 2E 15 14 2E 3D
Octal 312 215 156 0 36 56 25 24 56 75
Binary 11001010 10001101 1101110 0 11110 101110 10101 10100 101110 111101

Color Harmonies of #CA8D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D6E

Black with #CA8D6E

Text Example


Text Example

White with #CA8D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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