Html Css Color HEX #C6BDBB Cold Turkey

📋 copy color: '#C6BDBB'

red 198 ◦ green 189 ◦ blue 187

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

Shades of Cold Turkey #C6BDBB

Tints of Cold Turkey #C6BDBB

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

 GREEN value IS 189 (74.22% from 255) = 32.93%

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

R = 34.49%
G = 32.93%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C6BDBB (or 0xC6BDBB) is known color: Cold Turkey. HEX triplet: C6, BD and BB. RGB value is (198,189,187). Sum of RGB (Red+Green+Blue) = 198+189+187=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDBB is #394244. Grayscale: #BFBFBF. Windows color (decimal): -3752517 or 12303814. OLE color: 12303814.

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

Color convert

RGB 198 189 187 -
CMYK 0 0.05 0.06 0.22
HSL 10.91º 0.09% 0.75% -
HSV(B) 10.91º 0.06% 0.78% -
XYZ 50.46 51.99 54.39 -
YUV 191.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 198 189 187 0 0.05 0.06 0.22 10.91 0.09 0.75
Hex C6 BD BB 0 5 6 16 B 9 4B
Octal 306 275 273 0 5 6 26 13 11 113
Binary 11000110 10111101 10111011 0 101 110 10110 1011 1001 1001011

Color Harmonies of #C6BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDBB

Black with #C6BDBB

Text Example


Text Example

White with #C6BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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