Html Css Color HEX #C3B5B0 Cold Turkey

📋 copy color: '#C3B5B0'

red 195 ◦ green 181 ◦ blue 176

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

Shades of Cold Turkey #C3B5B0

Tints of Cold Turkey #C3B5B0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 35.33%
G = 32.79%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3B5B0 (or 0xC3B5B0) is known color: Cold Turkey. HEX triplet: C3, B5 and B0. RGB value is (195,181,176). Sum of RGB (Red+Green+Blue) = 195+181+176=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B5B0 is #3C4A4F. Grayscale: #B8B8B8. Windows color (decimal): -3951184 or 11580867. OLE color: 11580867.

HSL color Cylindrical-coordinate representation of color #C3B5B0: hue angle of 15.79º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B5B0 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 176 -
CMYK 0 0.07 0.10 0.24
HSL 15.79º 0.14% 0.73% -
HSV(B) 15.79º 0.1% 0.76% -
XYZ 46.87 47.78 47.83 -
YUV 184.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 195 181 176 0 0.07 0.10 0.24 15.79 0.14 0.73
Hex C3 B5 B0 0 7 A 18 10 E 49
Octal 303 265 260 0 7 12 30 20 16 111
Binary 11000011 10110101 10110000 0 111 1010 11000 10000 1110 1001001

Color Harmonies of #C3B5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B5B0

Black with #C3B5B0

Text Example


Text Example

White with #C3B5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B5B0; }

 p { color: rgb(195,181,176); }

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

background-color css

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

 a { background-color: rgb(195,181,176); }

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

border-color css

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

 span { border-color: rgb(195,181,176); }

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