Html Css Color HEX #C3BBBA Cold Turkey

📋 copy color: '#C3BBBA'

red 195 ◦ green 187 ◦ blue 186

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

Shades of Cold Turkey #C3BBBA

Tints of Cold Turkey #C3BBBA

RGB

 RED value IS 195 (76.56% from 255) = 34.33%

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

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

R = 34.33%
G = 32.92%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3BBBA (or 0xC3BBBA) is known color: Cold Turkey. HEX triplet: C3, BB and BA. RGB value is (195,187,186). Sum of RGB (Red+Green+Blue) = 195+187+186=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBBA is #3C4445. Grayscale: #BDBDBD. Windows color (decimal): -3949638 or 12237763. OLE color: 12237763.

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

Color convert

RGB 195 187 186 -
CMYK 0 0.04 0.05 0.24
HSL 6.67º 0.07% 0.75% -
HSV(B) 6.67º 0.05% 0.76% -
XYZ 49.14 50.69 53.65 -
YUV 189.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 195 187 186 0 0.04 0.05 0.24 6.67 0.07 0.75
Hex C3 BB BA 0 4 5 18 7 7 4B
Octal 303 273 272 0 4 5 30 7 7 113
Binary 11000011 10111011 10111010 0 100 101 11000 111 111 1001011

Color Harmonies of #C3BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBBA

Black with #C3BBBA

Text Example


Text Example

White with #C3BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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