Html Css Color HEX #C88F7B Feldspar

📋 copy color: '#C88F7B'

red 200 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #C88F7B

Tints of Feldspar #C88F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

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

R = 42.92%
G = 30.69%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C88F7B (or 0xC88F7B) is known color: Feldspar. HEX triplet: C8, 8F and 7B. RGB value is (200,143,123). Sum of RGB (Red+Green+Blue) = 200+143+123=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F7B is #377084. Grayscale: #9D9D9D. Windows color (decimal): -3633285 or 8097736. OLE color: 8097736.

HSL color Cylindrical-coordinate representation of color #C88F7B: hue angle of 15.58º 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 #C88F7B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 123 -
CMYK 0 0.28 0.38 0.22
HSL 15.58º 0.41% 0.63% -
HSV(B) 15.58º 0.39% 0.78% -
XYZ 37.22 33.35 23.22 -
YUV 157.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 200 143 123 0 0.28 0.38 0.22 15.58 0.41 0.63
Hex C8 8F 7B 0 1C 26 16 10 29 3F
Octal 310 217 173 0 34 46 26 20 51 77
Binary 11001000 10001111 1111011 0 11100 100110 10110 10000 101001 111111

Color Harmonies of #C88F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F7B

Black with #C88F7B

Text Example


Text Example

White with #C88F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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