Html Css Color HEX #CBAFA5 Clam Shell

📋 copy color: '#CBAFA5'

red 203 ◦ green 175 ◦ blue 165

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

Shades of Clam Shell #CBAFA5

Tints of Clam Shell #CBAFA5

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 value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CBAFA5 (or 0xCBAFA5) is known color: 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

RGB 203 175 165 -
CMYK 0 0.14 0.19 0.20
HSL 15.79º 0.27% 0.72% -
HSV(B) 15.79º 0.19% 0.8% -
XYZ 46.75 46.07 42.03 -
YUV 182.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 203 175 165 0 0.14 0.19 0.20 15.79 0.27 0.72
Hex CB AF A5 0 E 13 14 10 1B 48
Octal 313 257 245 0 16 23 24 20 33 110
Binary 11001011 10101111 10100101 0 1110 10011 10100 10000 11011 1001000

Color Harmonies of #CBAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAFA5

Black with #CBAFA5

Text Example


Text Example

White with #CBAFA5

Text Example


Text Example

HTML Codes & Css Web 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>