#C8B8B4

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

Shades of Cold Turkey #C8B8B4

Tints of Cold Turkey #C8B8B4

Color information

#C8B8B4 (or 0xC8B8B4) is unknown color: approx Cold Turkey. HEX triplet: C8, B8 and B4. RGB value is (200,184,180). Sum of RGB (Red+Green+Blue) = 200+184+180=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8B4 is #37474B. Grayscale: #BCBCBC. Windows color (decimal): -3622732 or 11843784. OLE color: 11843784.

HSL color Cylindrical-coordinate representation of color #C8B8B4: hue angle of 12º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B8B4 is Cyan = 0, Magento = 0.08, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB200184180-
CMYK00.080.10.22
HSL12º15.38%74.51%-
HSV(B)12º10%78.43%-
XYZ49.249.8650.21-
YUV188.33123.3136.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=35.46%
G=32.62%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018418000.080.10.221215.3874.51
HexC8B8B408A16cf4b
Octal31027026401012261417113
Binary11001000101110001011010001000101010110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8B4; }

 p { color: rgb(200,184,180); }

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

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

 a { background-color: rgb(200,184,180); }

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

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

 span { border-color: rgb(200,184,180); }

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