#CCBDBB

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

Shades of Cold Turkey #CCBDBB

Tints of Cold Turkey #CCBDBB

Color information

#CCBDBB (or 0xCCBDBB) is unknown color: approx Cold Turkey. HEX triplet: CC, BD and BB. RGB value is (204,189,187). Sum of RGB (Red+Green+Blue) = 204+189+187=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDBB is #334244. Grayscale: #C1C1C1. Windows color (decimal): -3359301 or 12303820. OLE color: 12303820.

HSL color Cylindrical-coordinate representation of color #CCBDBB: hue angle of 7.06º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBDBB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204189187-
CMYK00.070.080.2
HSL7.06º14.29%76.67%-
HSV(B)7.06º8.33%80%-
XYZ52.0752.8254.46-
YUV193.26124.47135.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=35.17%
G=32.59%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418918700.070.080.27.0614.2976.67
HexCCBDBB078147e4d
Octal314275273071024716115
Binary110011001011110110111011011110001010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDBB; }

 p { color: rgb(204,189,187); }

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

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

 a { background-color: rgb(204,189,187); }

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

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

 span { border-color: rgb(204,189,187); }

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