Html Css Color HEX #CEBABA Cold Turkey

📋 copy color: '#CEBABA'

red 206 ◦ green 186 ◦ blue 186

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

Shades of Cold Turkey #CEBABA

Tints of Cold Turkey #CEBABA

RGB

 RED value IS 206 (80.86% from 255) = 35.64%

 GREEN value IS 186 (73.05% from 255) = 32.18%

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

R = 35.64%
G = 32.18%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEBABA (or 0xCEBABA) is known color: Cold Turkey. HEX triplet: CE, BA and BA. RGB value is (206,186,186). Sum of RGB (Red+Green+Blue) = 206+186+186=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBABA is #314545. Grayscale: #C0C0C0. Windows color (decimal): -3228998 or 12237518. OLE color: 12237518.

HSL color Cylindrical-coordinate representation of color #CEBABA: hue angle of 0º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBABA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 186 -
CMYK 0 0.10 0.10 0.19
HSL 0.17% 0.77% -
HSV(B) 0.1% 0.81% -
XYZ 51.88 51.78 53.72 -
YUV 191.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 206 186 186 0 0.10 0.10 0.19 0 0.17 0.77
Hex CE BA BA 0 A A 13 0 11 4D
Octal 316 272 272 0 12 12 23 0 21 115
Binary 11001110 10111010 10111010 0 1010 1010 10011 0 10001 1001101

Color Harmonies of #CEBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBABA

Black with #CEBABA

Text Example


Text Example

White with #CEBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBABA; }

 p { color: rgb(206,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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