Html Css Color HEX #C88E7B Feldspar

📋 copy color: '#C88E7B'

red 200 ◦ green 142 ◦ blue 123

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

Shades of Feldspar #C88E7B

Tints of Feldspar #C88E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

 BLUE value IS 123 (48.44% from 255) = 26.45%

R = 43.01%
G = 30.54%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C88E7B (or 0xC88E7B) is known color: Feldspar. HEX triplet: C8, 8E and 7B. RGB value is (200,142,123). Sum of RGB (Red+Green+Blue) = 200+142+123=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E7B is #377184. Grayscale: #9D9D9D. Windows color (decimal): -3633541 or 8097480. OLE color: 8097480.

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

Color convert

RGB 200 142 123 -
CMYK 0 0.29 0.38 0.22
HSL 14.81º 0.41% 0.63% -
HSV(B) 14.81º 0.39% 0.78% -
XYZ 37.07 33.06 23.17 -
YUV 157.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 200 142 123 0 0.29 0.38 0.22 14.81 0.41 0.63
Hex C8 8E 7B 0 1D 26 16 F 29 3F
Octal 310 216 173 0 35 46 26 17 51 77
Binary 11001000 10001110 1111011 0 11101 100110 10110 1111 101001 111111

Color Harmonies of #C88E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E7B

Black with #C88E7B

Text Example


Text Example

White with #C88E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E7B; }

 p { color: rgb(200,142,123); }

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

background-color css

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

 a { background-color: rgb(200,142,123); }

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

border-color css

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

 span { border-color: rgb(200,142,123); }

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