Html Css Color HEX #C88A72 Feldspar

📋 copy color: '#C88A72'

red 200 ◦ green 138 ◦ blue 114

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

Shades of Feldspar #C88A72

Tints of Feldspar #C88A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 44.25%
G = 30.53%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C88A72 (or 0xC88A72) is known color: Feldspar. HEX triplet: C8, 8A and 72. RGB value is (200,138,114). Sum of RGB (Red+Green+Blue) = 200+138+114=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A72 is #37758D. Grayscale: #999999. Windows color (decimal): -3634574 or 7506632. OLE color: 7506632.

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

Color convert

RGB 200 138 114 -
CMYK 0 0.31 0.43 0.22
HSL 16.74º 0.44% 0.62% -
HSV(B) 16.74º 0.43% 0.78% -
XYZ 35.95 31.67 20.14 -
YUV 153.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 200 138 114 0 0.31 0.43 0.22 16.74 0.44 0.62
Hex C8 8A 72 0 1F 2B 16 11 2C 3E
Octal 310 212 162 0 37 53 26 21 54 76
Binary 11001000 10001010 1110010 0 11111 101011 10110 10001 101100 111110

Color Harmonies of #C88A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A72

Black with #C88A72

Text Example


Text Example

White with #C88A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A72; }

 p { color: rgb(200,138,114); }

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

background-color css

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

 a { background-color: rgb(200,138,114); }

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

border-color css

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

 span { border-color: rgb(200,138,114); }

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