Html Css Color HEX #C88C79 Feldspar

📋 copy color: '#C88C79'

red 200 ◦ green 140 ◦ blue 121

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

Shades of Feldspar #C88C79

Tints of Feldspar #C88C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 43.38%
G = 30.37%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C88C79 (or 0xC88C79) is known color: Feldspar. HEX triplet: C8, 8C and 79. RGB value is (200,140,121). Sum of RGB (Red+Green+Blue) = 200+140+121=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C79 is #377386. Grayscale: #9B9B9B. Windows color (decimal): -3634055 or 7965896. OLE color: 7965896.

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

Color convert

RGB 200 140 121 -
CMYK 0 0.3 0.39 0.22
HSL 14.43º 0.42% 0.63% -
HSV(B) 14.43º 0.4% 0.78% -
XYZ 36.65 32.42 22.41 -
YUV 155.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 200 140 121 0 0.3 0.39 0.22 14.43 0.42 0.63
Hex C8 8C 79 0 1E 27 16 E 2A 3F
Octal 310 214 171 0 36 47 26 16 52 77
Binary 11001000 10001100 1111001 0 11110 100111 10110 1110 101010 111111

Color Harmonies of #C88C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C79

Black with #C88C79

Text Example


Text Example

White with #C88C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C79; }

 p { color: rgb(200,140,121); }

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

background-color css

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

 a { background-color: rgb(200,140,121); }

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

border-color css

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

 span { border-color: rgb(200,140,121); }

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