Html Css Color HEX #CBB0A4 Clam Shell

📋 copy color: '#CBB0A4'

red 203 ◦ green 176 ◦ blue 164

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

Shades of Clam Shell #CBB0A4

Tints of Clam Shell #CBB0A4

RGB

 RED value IS 203 (79.69% from 255) = 37.38%

 GREEN value IS 176 (69.14% from 255) = 32.41%

 BLUE value IS 164 (64.45% from 255) = 30.2%

R = 37.38%
G = 32.41%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CBB0A4 (or 0xCBB0A4) is known color: Clam Shell. HEX triplet: CB, B0 and A4. RGB value is (203,176,164). Sum of RGB (Red+Green+Blue) = 203+176+164=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0A4 is #344F5B. Grayscale: #B6B6B6. Windows color (decimal): -3428188 or 10793163. OLE color: 10793163.

HSL color Cylindrical-coordinate representation of color #CBB0A4: hue angle of 18.46º 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 #CBB0A4 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 164 -
CMYK 0 0.13 0.19 0.20
HSL 18.46º 0.27% 0.72% -
HSV(B) 18.46º 0.19% 0.8% -
XYZ 46.85 46.43 41.61 -
YUV 182.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 203 176 164 0 0.13 0.19 0.20 18.46 0.27 0.72
Hex CB B0 A4 0 D 13 14 12 1B 48
Octal 313 260 244 0 15 23 24 22 33 110
Binary 11001011 10110000 10100100 0 1101 10011 10100 10010 11011 1001000

Color Harmonies of #CBB0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0A4

Black with #CBB0A4

Text Example


Text Example

White with #CBB0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0A4; }

 p { color: rgb(203,176,164); }

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

background-color css

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

 a { background-color: rgb(203,176,164); }

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

border-color css

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

 span { border-color: rgb(203,176,164); }

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