Html Css Color HEX #C3B0AB Cold Turkey

📋 copy color: '#C3B0AB'

red 195 ◦ green 176 ◦ blue 171

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

Shades of Cold Turkey #C3B0AB

Tints of Cold Turkey #C3B0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.47%

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 35.98%
G = 32.47%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3B0AB (or 0xC3B0AB) is known color: Cold Turkey. HEX triplet: C3, B0 and AB. RGB value is (195,176,171). Sum of RGB (Red+Green+Blue) = 195+176+171=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0AB is #3C4F54. Grayscale: #B5B5B5. Windows color (decimal): -3952469 or 11251907. OLE color: 11251907.

HSL color Cylindrical-coordinate representation of color #C3B0AB: hue angle of 12.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B0AB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 176 171 -
CMYK 0 0.10 0.12 0.24
HSL 12.5º 0.17% 0.72% -
HSV(B) 12.5º 0.12% 0.76% -
XYZ 45.38 45.59 44.94 -
YUV 181.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 195 176 171 0 0.10 0.12 0.24 12.5 0.17 0.72
Hex C3 B0 AB 0 A C 18 C 11 48
Octal 303 260 253 0 12 14 30 14 21 110
Binary 11000011 10110000 10101011 0 1010 1100 11000 1100 10001 1001000

Color Harmonies of #C3B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B0AB

Black with #C3B0AB

Text Example


Text Example

White with #C3B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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