Html Css Color HEX #C8BDA5 Sisal

📋 copy color: '#C8BDA5'

red 200 ◦ green 189 ◦ blue 165

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

Shades of Sisal #C8BDA5

Tints of Sisal #C8BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 36.1%
G = 34.12%
B = 29.78%

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

#C8BDA5 (or 0xC8BDA5) is known color: Sisal. HEX triplet: C8, BD and A5. RGB value is (200,189,165). Sum of RGB (Red+Green+Blue) = 200+189+165=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA5 is #37425A. Grayscale: #BDBDBD. Windows color (decimal): -3621467 or 10862024. OLE color: 10862024.

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

Color convert

RGB 200 189 165 -
CMYK 0 0.06 0.18 0.22
HSL 41.14º 0.24% 0.72% -
HSV(B) 41.14º 0.18% 0.78% -
XYZ 48.81 51.39 42.94 -
YUV 189.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 200 189 165 0 0.06 0.18 0.22 41.14 0.24 0.72
Hex C8 BD A5 0 6 12 16 29 18 48
Octal 310 275 245 0 6 22 26 51 30 110
Binary 11001000 10111101 10100101 0 110 10010 10110 101001 11000 1001000

Color Harmonies of #C8BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDA5

Black with #C8BDA5

Text Example


Text Example

White with #C8BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDA5; }

 p { color: rgb(200,189,165); }

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

background-color css

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

 a { background-color: rgb(200,189,165); }

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

border-color css

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

 span { border-color: rgb(200,189,165); }

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