#CBAFA5

Color #CBAFA5 Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #CBAFA5

Tints of Clam Shell #CBAFA5

Color information

#CBAFA5 (or 0xCBAFA5) is unknown color: approx Clam Shell. HEX triplet: CB, AF and A5. RGB value is (203,175,165). Sum of RGB (Red+Green+Blue) = 203+175+165=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFA5 is #34505A. Grayscale: #B6B6B6. Windows color (decimal): -3428443 or 10858443. OLE color: 10858443.

HSL color Cylindrical-coordinate representation of color #CBAFA5: hue angle of 15.79º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAFA5 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203175165-
CMYK00.140.190.20
HSL15.79º26.76%72.16%-
HSV(B)15.79º18.72%79.61%-
XYZ46.7546.0742.03-
YUV182.23118.28142.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=37.38%
G=32.23%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317516500.140.190.2015.7926.7672.16
HexCBAFA50E1314101b48
Octal31325724501623242033110
Binary11001011101011111010010101110100111010010000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFA5; }

 p { color: rgb(203,175,165); }

 H1.HeaderClassName
 {
   color: #CBAFA5;
 }
 .AnyTagClassName
 {
   color: #CBAFA5;
 }
</style>
background-color css

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

 a { background-color: rgb(203,175,165); }

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

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

 span { border-color: rgb(203,175,165); }

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