Html Css Color HEX #C8BCA4 Sisal

📋 copy color: '#C8BCA4'

red 200 ◦ green 188 ◦ blue 164

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

Shades of Sisal #C8BCA4

Tints of Sisal #C8BCA4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.06%

 BLUE value IS 164 (64.45% from 255) = 29.71%

R = 36.23%
G = 34.06%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8BCA4 (or 0xC8BCA4) is known color: Sisal. HEX triplet: C8, BC and A4. RGB value is (200,188,164). Sum of RGB (Red+Green+Blue) = 200+188+164=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCA4 is #37435B. Grayscale: #BCBCBC. Windows color (decimal): -3621724 or 10796232. OLE color: 10796232.

HSL color Cylindrical-coordinate representation of color #C8BCA4: hue angle of 40º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BCA4 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 164 -
CMYK 0 0.06 0.18 0.22
HSL 40º 0.25% 0.71% -
HSV(B) 40º 0.18% 0.78% -
XYZ 48.5 50.93 42.4 -
YUV 188.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 200 188 164 0 0.06 0.18 0.22 40 0.25 0.71
Hex C8 BC A4 0 6 12 16 28 19 47
Octal 310 274 244 0 6 22 26 50 31 107
Binary 11001000 10111100 10100100 0 110 10010 10110 101000 11001 1000111

Color Harmonies of #C8BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCA4

Black with #C8BCA4

Text Example


Text Example

White with #C8BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCA4; }

 p { color: rgb(200,188,164); }

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

background-color css

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

 a { background-color: rgb(200,188,164); }

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

border-color css

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

 span { border-color: rgb(200,188,164); }

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