Html Css Color HEX #C9AEA5 Clam Shell

📋 copy color: '#C9AEA5'

red 201 ◦ green 174 ◦ blue 165

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

Shades of Clam Shell #C9AEA5

Tints of Clam Shell #C9AEA5

RGB

 RED value IS 201 (78.91% from 255) = 37.22%

 GREEN value IS 174 (68.36% from 255) = 32.22%

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

R = 37.22%
G = 32.22%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C9AEA5 (or 0xC9AEA5) is known color: Clam Shell. HEX triplet: C9, AE and A5. RGB value is (201,174,165). Sum of RGB (Red+Green+Blue) = 201+174+165=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEA5 is #36515A. Grayscale: #B5B5B5. Windows color (decimal): -3559771 or 10858185. OLE color: 10858185.

HSL color Cylindrical-coordinate representation of color #C9AEA5: hue angle of 15º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9AEA5 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 174 165 -
CMYK 0 0.13 0.18 0.21
HSL 15º 0.25% 0.72% -
HSV(B) 15º 0.18% 0.79% -
XYZ 46.01 45.41 41.94 -
YUV 181.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 201 174 165 0 0.13 0.18 0.21 15 0.25 0.72
Hex C9 AE A5 0 D 12 15 F 19 48
Octal 311 256 245 0 15 22 25 17 31 110
Binary 11001001 10101110 10100101 0 1101 10010 10101 1111 11001 1001000

Color Harmonies of #C9AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AEA5

Black with #C9AEA5

Text Example


Text Example

White with #C9AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AEA5; }

 p { color: rgb(201,174,165); }

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

background-color css

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

 a { background-color: rgb(201,174,165); }

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

border-color css

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

 span { border-color: rgb(201,174,165); }

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