Html Css Color HEX #C6AEAB Cold Turkey

📋 copy color: '#C6AEAB'

red 198 ◦ green 174 ◦ blue 171

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

Shades of Cold Turkey #C6AEAB

Tints of Cold Turkey #C6AEAB

RGB

 RED value IS 198 (77.73% from 255) = 36.46%

 GREEN value IS 174 (68.36% from 255) = 32.04%

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

R = 36.46%
G = 32.04%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6AEAB (or 0xC6AEAB) is known color: Cold Turkey. HEX triplet: C6, AE and AB. RGB value is (198,174,171). Sum of RGB (Red+Green+Blue) = 198+174+171=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AEAB is #395154. Grayscale: #B4B4B4. Windows color (decimal): -3756373 or 11251398. OLE color: 11251398.

HSL color Cylindrical-coordinate representation of color #C6AEAB: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AEAB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 174 171 -
CMYK 0 0.12 0.14 0.22
HSL 6.67º 0.19% 0.72% -
HSV(B) 6.67º 0.14% 0.78% -
XYZ 45.78 45.22 44.84 -
YUV 180.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 198 174 171 0 0.12 0.14 0.22 6.67 0.19 0.72
Hex C6 AE AB 0 C E 16 7 13 48
Octal 306 256 253 0 14 16 26 7 23 110
Binary 11000110 10101110 10101011 0 1100 1110 10110 111 10011 1001000

Color Harmonies of #C6AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AEAB

Black with #C6AEAB

Text Example


Text Example

White with #C6AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AEAB; }

 p { color: rgb(198,174,171); }

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

background-color css

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

 a { background-color: rgb(198,174,171); }

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

border-color css

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

 span { border-color: rgb(198,174,171); }

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