Html Css Color HEX #CA8D6C Feldspar

📋 copy color: '#CA8D6C'

red 202 ◦ green 141 ◦ blue 108

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

Shades of Feldspar #CA8D6C

Tints of Feldspar #CA8D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.95%

R = 44.79%
G = 31.26%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA8D6C (or 0xCA8D6C) is known color: Feldspar. HEX triplet: CA, 8D and 6C. RGB value is (202,141,108). Sum of RGB (Red+Green+Blue) = 202+141+108=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6C is #357293. Grayscale: #9B9B9B. Windows color (decimal): -3502740 or 7114186. OLE color: 7114186.

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

Color convert

RGB 202 141 108 -
CMYK 0 0.30 0.47 0.21
HSL 21.06º 0.47% 0.61% -
HSV(B) 21.06º 0.47% 0.79% -
XYZ 36.59 32.69 18.57 -
YUV 155.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 202 141 108 0 0.30 0.47 0.21 21.06 0.47 0.61
Hex CA 8D 6C 0 1E 2F 15 15 2F 3D
Octal 312 215 154 0 36 57 25 25 57 75
Binary 11001010 10001101 1101100 0 11110 101111 10101 10101 101111 111101

Color Harmonies of #CA8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D6C

Black with #CA8D6C

Text Example


Text Example

White with #CA8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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