Html Css Color HEX #C88C75 Feldspar

📋 copy color: '#C88C75'

red 200 ◦ green 140 ◦ blue 117

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

Shades of Feldspar #C88C75

Tints of Feldspar #C88C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 43.76%
G = 30.63%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C88C75 (or 0xC88C75) is known color: Feldspar. HEX triplet: C8, 8C and 75. RGB value is (200,140,117). Sum of RGB (Red+Green+Blue) = 200+140+117=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C75 is #37738A. Grayscale: #9B9B9B. Windows color (decimal): -3634059 or 7703752. OLE color: 7703752.

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

Color convert

RGB 200 140 117 -
CMYK 0 0.3 0.42 0.22
HSL 16.63º 0.43% 0.62% -
HSV(B) 16.63º 0.42% 0.78% -
XYZ 36.41 32.32 21.15 -
YUV 155.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 200 140 117 0 0.3 0.42 0.22 16.63 0.43 0.62
Hex C8 8C 75 0 1E 2A 16 11 2B 3E
Octal 310 214 165 0 36 52 26 21 53 76
Binary 11001000 10001100 1110101 0 11110 101010 10110 10001 101011 111110

Color Harmonies of #C88C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C75

Black with #C88C75

Text Example


Text Example

White with #C88C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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