Html Css Color HEX #C5BDBB Cold Turkey

📋 copy color: '#C5BDBB'

red 197 ◦ green 189 ◦ blue 187

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

Shades of Cold Turkey #C5BDBB

Tints of Cold Turkey #C5BDBB

RGB

 RED value IS 197 (77.34% from 255) = 34.38%

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

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

R = 34.38%
G = 32.98%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C5BDBB (or 0xC5BDBB) is known color: Cold Turkey. HEX triplet: C5, BD and BB. RGB value is (197,189,187). Sum of RGB (Red+Green+Blue) = 197+189+187=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDBB is #3A4244. Grayscale: #BFBFBF. Windows color (decimal): -3818053 or 12303813. OLE color: 12303813.

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

Color convert

RGB 197 189 187 -
CMYK 0 0.04 0.05 0.23
HSL 12º 0.08% 0.75% -
HSV(B) 12º 0.05% 0.77% -
XYZ 50.19 51.85 54.38 -
YUV 191.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 197 189 187 0 0.04 0.05 0.23 12 0.08 0.75
Hex C5 BD BB 0 4 5 17 C 8 4B
Octal 305 275 273 0 4 5 27 14 10 113
Binary 11000101 10111101 10111011 0 100 101 10111 1100 1000 1001011

Color Harmonies of #C5BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDBB

Black with #C5BDBB

Text Example


Text Example

White with #C5BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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