Html Css Color HEX #CCBCBB Cold Turkey

📋 copy color: '#CCBCBB'

red 204 ◦ green 188 ◦ blue 187

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

Shades of Cold Turkey #CCBCBB

Tints of Cold Turkey #CCBCBB

RGB

 RED value IS 204 (80.08% from 255) = 35.23%

 GREEN value IS 188 (73.83% from 255) = 32.47%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 35.23%
G = 32.47%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCBCBB (or 0xCCBCBB) is known color: Cold Turkey. HEX triplet: CC, BC and BB. RGB value is (204,188,187). Sum of RGB (Red+Green+Blue) = 204+188+187=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCBB is #334344. Grayscale: #C0C0C0. Windows color (decimal): -3359557 or 12303564. OLE color: 12303564.

HSL color Cylindrical-coordinate representation of color #CCBCBB: hue angle of 3.53º 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 #CCBCBB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 187 -
CMYK 0 0.08 0.08 0.2
HSL 3.53º 0.14% 0.77% -
HSV(B) 3.53º 0.08% 0.8% -
XYZ 51.85 52.39 54.39 -
YUV 192.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 204 188 187 0 0.08 0.08 0.2 3.53 0.14 0.77
Hex CC BC BB 0 8 8 14 4 E 4D
Octal 314 274 273 0 10 10 24 4 16 115
Binary 11001100 10111100 10111011 0 1000 1000 10100 100 1110 1001101

Color Harmonies of #CCBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCBB

Black with #CCBCBB

Text Example


Text Example

White with #CCBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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