Html Css Color HEX #CEAFA0 Clam Shell

📋 copy color: '#CEAFA0'

red 206 ◦ green 175 ◦ blue 160

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

Shades of Clam Shell #CEAFA0

Tints of Clam Shell #CEAFA0

RGB

 RED value IS 206 (80.86% from 255) = 38.08%

 GREEN value IS 175 (68.75% from 255) = 32.35%

 BLUE value IS 160 (62.89% from 255) = 29.57%

R = 38.08%
G = 32.35%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEAFA0 (or 0xCEAFA0) is known color: Clam Shell. HEX triplet: CE, AF and A0. RGB value is (206,175,160). Sum of RGB (Red+Green+Blue) = 206+175+160=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFA0 is #31505F. Grayscale: #B6B6B6. Windows color (decimal): -3231840 or 10530766. OLE color: 10530766.

HSL color Cylindrical-coordinate representation of color #CEAFA0: hue angle of 19.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAFA0 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 160 -
CMYK 0 0.15 0.22 0.19
HSL 19.57º 0.32% 0.72% -
HSV(B) 19.57º 0.22% 0.81% -
XYZ 47.13 46.32 39.71 -
YUV 182.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 206 175 160 0 0.15 0.22 0.19 19.57 0.32 0.72
Hex CE AF A0 0 F 16 13 14 20 48
Octal 316 257 240 0 17 26 23 24 40 110
Binary 11001110 10101111 10100000 0 1111 10110 10011 10100 100000 1001000

Color Harmonies of #CEAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFA0

Black with #CEAFA0

Text Example


Text Example

White with #CEAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFA0; }

 p { color: rgb(206,175,160); }

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

background-color css

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

 a { background-color: rgb(206,175,160); }

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

border-color css

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

 span { border-color: rgb(206,175,160); }

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