Html Css Color HEX #C8B1A5 Clam Shell

📋 copy color: '#C8B1A5'

red 200 ◦ green 177 ◦ blue 165

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

Shades of Clam Shell #C8B1A5

Tints of Clam Shell #C8B1A5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.66%

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

R = 36.9%
G = 32.66%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8B1A5 (or 0xC8B1A5) is known color: Clam Shell. HEX triplet: C8, B1 and A5. RGB value is (200,177,165). Sum of RGB (Red+Green+Blue) = 200+177+165=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B1A5 is #374E5A. Grayscale: #B6B6B6. Windows color (decimal): -3624539 or 10858952. OLE color: 10858952.

HSL color Cylindrical-coordinate representation of color #C8B1A5: hue angle of 20.57º 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 #C8B1A5 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 177 165 -
CMYK 0 0.12 0.18 0.22
HSL 20.57º 0.24% 0.72% -
HSV(B) 20.57º 0.18% 0.78% -
XYZ 46.33 46.44 42.12 -
YUV 182.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 200 177 165 0 0.12 0.18 0.22 20.57 0.24 0.72
Hex C8 B1 A5 0 C 12 16 15 18 48
Octal 310 261 245 0 14 22 26 25 30 110
Binary 11001000 10110001 10100101 0 1100 10010 10110 10101 11000 1001000

Color Harmonies of #C8B1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B1A5

Black with #C8B1A5

Text Example


Text Example

White with #C8B1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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