Html Css Color HEX #CA8A6E Feldspar

📋 copy color: '#CA8A6E'

red 202 ◦ green 138 ◦ blue 110

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

Shades of Feldspar #CA8A6E

Tints of Feldspar #CA8A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

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

R = 44.89%
G = 30.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA8A6E (or 0xCA8A6E) is known color: Feldspar. HEX triplet: CA, 8A and 6E. RGB value is (202,138,110). Sum of RGB (Red+Green+Blue) = 202+138+110=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A6E is #357591. Grayscale: #9A9A9A. Windows color (decimal): -3503506 or 7244490. OLE color: 7244490.

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

Color convert

RGB 202 138 110 -
CMYK 0 0.32 0.46 0.21
HSL 18.26º 0.46% 0.61% -
HSV(B) 18.26º 0.46% 0.79% -
XYZ 36.26 31.86 18.99 -
YUV 153.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 202 138 110 0 0.32 0.46 0.21 18.26 0.46 0.61
Hex CA 8A 6E 0 20 2E 15 12 2E 3D
Octal 312 212 156 0 40 56 25 22 56 75
Binary 11001010 10001010 1101110 0 100000 101110 10101 10010 101110 111101

Color Harmonies of #CA8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A6E

Black with #CA8A6E

Text Example


Text Example

White with #CA8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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