#C8BBBA

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

Shades of Cold Turkey #C8BBBA

Tints of Cold Turkey #C8BBBA

Color information

#C8BBBA (or 0xC8BBBA) is unknown color: approx Cold Turkey. HEX triplet: C8, BB and BA. RGB value is (200,187,186). Sum of RGB (Red+Green+Blue) = 200+187+186=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBBA is #374445. Grayscale: #BEBEBE. Windows color (decimal): -3621958 or 12237768. OLE color: 12237768.

HSL color Cylindrical-coordinate representation of color #C8BBBA: hue angle of 4.29º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BBBA is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200187186-
CMYK00.060.070.22
HSL4.29º11.29%75.69%-
HSV(B)4.29º7%78.43%-
XYZ50.4551.3753.71-
YUV190.77125.31134.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=34.90%
G=32.64%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018718600.060.070.224.2911.2975.69
HexC8BBBA067164b4c
Octal31027327206726413114
Binary11001000101110111011101001101111011010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBBA; }

 p { color: rgb(200,187,186); }

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

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

 a { background-color: rgb(200,187,186); }

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

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

 span { border-color: rgb(200,187,186); }

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