#C3BAB8

Color #C3BAB8 Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C3BAB8

Tints of Cold Turkey #C3BAB8

Color information

#C3BAB8 (or 0xC3BAB8) is unknown color: approx Cold Turkey. HEX triplet: C3, BA and B8. RGB value is (195,186,184). Sum of RGB (Red+Green+Blue) = 195+186+184=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAB8 is #3C4547. Grayscale: #BCBCBC. Windows color (decimal): -3949896 or 12106435. OLE color: 12106435.

HSL color Cylindrical-coordinate representation of color #C3BAB8: hue angle of 10.91º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BAB8 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195186184-
CMYK00.050.060.24
HSL10.91º8.4%74.31%-
HSV(B)10.91º5.64%76.47%-
XYZ48.7250.1852.47-
YUV188.46125.48132.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.51%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 184 (72.27% from 255) = 32.57%
R=34.51%
G=32.92%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518618400.050.060.2410.918.474.31
HexC3BAB805618b84a
Octal303272270056301310112
Binary110000111011101010111000010111011000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAB8; }

 p { color: rgb(195,186,184); }

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

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

 a { background-color: rgb(195,186,184); }

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

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

 span { border-color: rgb(195,186,184); }

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