Html Css Color HEX #C4BBBA Cold Turkey

📋 copy color: '#C4BBBA'

red 196 ◦ green 187 ◦ blue 186

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

Shades of Cold Turkey #C4BBBA

Tints of Cold Turkey #C4BBBA

RGB

 RED value IS 196 (76.95% from 255) = 34.45%

 GREEN value IS 187 (73.44% from 255) = 32.86%

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 34.45%
G = 32.86%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4BBBA (or 0xC4BBBA) is known color: Cold Turkey. HEX triplet: C4, BB and BA. RGB value is (196,187,186). Sum of RGB (Red+Green+Blue) = 196+187+186=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBBA is #3B4445. Grayscale: #BDBDBD. Windows color (decimal): -3884102 or 12237764. OLE color: 12237764.

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

Color convert

RGB 196 187 186 -
CMYK 0 0.05 0.05 0.23
HSL 0.08% 0.75% -
HSV(B) 0.05% 0.77% -
XYZ 49.4 50.82 53.66 -
YUV 189.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 196 187 186 0 0.05 0.05 0.23 6 0.08 0.75
Hex C4 BB BA 0 5 5 17 6 8 4B
Octal 304 273 272 0 5 5 27 6 10 113
Binary 11000100 10111011 10111010 0 101 101 10111 110 1000 1001011

Color Harmonies of #C4BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBBA

Black with #C4BBBA

Text Example


Text Example

White with #C4BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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