Html Css Color HEX #C88D6C Feldspar

📋 copy color: '#C88D6C'

red 200 ◦ green 141 ◦ blue 108

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

Shades of Feldspar #C88D6C

Tints of Feldspar #C88D6C

RGB

 RED value IS 200 (78.52% from 255) = 44.54%

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

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

R = 44.54%
G = 31.4%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C88D6C (or 0xC88D6C) is known color: Feldspar. HEX triplet: C8, 8D and 6C. RGB value is (200,141,108). Sum of RGB (Red+Green+Blue) = 200+141+108=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D6C is #377293. Grayscale: #9B9B9B. Windows color (decimal): -3633812 or 7114184. OLE color: 7114184.

HSL color Cylindrical-coordinate representation of color #C88D6C: hue angle of 21.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C88D6C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 108 -
CMYK 0 0.29 0.46 0.22
HSL 21.52º 0.46% 0.6% -
HSV(B) 21.52º 0.46% 0.78% -
XYZ 36.05 32.41 18.54 -
YUV 154.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 200 141 108 0 0.29 0.46 0.22 21.52 0.46 0.6
Hex C8 8D 6C 0 1D 2E 16 16 2E 3C
Octal 310 215 154 0 35 56 26 26 56 74
Binary 11001000 10001101 1101100 0 11101 101110 10110 10110 101110 111100

Color Harmonies of #C88D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D6C

Black with #C88D6C

Text Example


Text Example

White with #C88D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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