Html Css Color HEX #CA8D6F Feldspar

📋 copy color: '#CA8D6F'

red 202 ◦ green 141 ◦ blue 111

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

Shades of Feldspar #CA8D6F

Tints of Feldspar #CA8D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 44.49%
G = 31.06%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA8D6F (or 0xCA8D6F) is known color: Feldspar. HEX triplet: CA, 8D and 6F. RGB value is (202,141,111). Sum of RGB (Red+Green+Blue) = 202+141+111=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6F is #357290. Grayscale: #9C9C9C. Windows color (decimal): -3502737 or 7310794. OLE color: 7310794.

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

Color convert

RGB 202 141 111 -
CMYK 0 0.30 0.45 0.21
HSL 19.78º 0.46% 0.61% -
HSV(B) 19.78º 0.45% 0.79% -
XYZ 36.75 32.75 19.42 -
YUV 155.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 202 141 111 0 0.30 0.45 0.21 19.78 0.46 0.61
Hex CA 8D 6F 0 1E 2D 15 14 2E 3D
Octal 312 215 157 0 36 55 25 24 56 75
Binary 11001010 10001101 1101111 0 11110 101101 10101 10100 101110 111101

Color Harmonies of #CA8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D6F

Black with #CA8D6F

Text Example


Text Example

White with #CA8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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