Html Css Color HEX #C9BAC8 Thistle

📋 copy color: '#C9BAC8'

red 201 ◦ green 186 ◦ blue 200

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

Shades of Thistle #C9BAC8

Tints of Thistle #C9BAC8

RGB

 RED value IS 201 (78.91% from 255) = 34.24%

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

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 34.24%
G = 31.69%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C9BAC8 (or 0xC9BAC8) is known color: Thistle. HEX triplet: C9, BA and C8. RGB value is (201,186,200). Sum of RGB (Red+Green+Blue) = 201+186+200=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAC8 is #364537. Grayscale: #C0C0C0. Windows color (decimal): -3556664 or 13155017. OLE color: 13155017.

HSL color Cylindrical-coordinate representation of color #C9BAC8: hue angle of 304º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BAC8 is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 200 -
CMYK 0 0.07 0.00 0.21
HSL 304º 0.12% 0.76% -
HSV(B) 304º 0.07% 0.79% -
XYZ 52.07 51.71 61.88 -
YUV 192.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 201 186 200 0 0.07 0.00 0.21 304 0.12 0.76
Hex C9 BA C8 0 7 0 15 130 C 4C
Octal 311 272 310 0 7 0 25 460 14 114
Binary 11001001 10111010 11001000 0 111 0 10101 100110000 1100 1001100

Color Harmonies of #C9BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BAC8

Black with #C9BAC8

Text Example


Text Example

White with #C9BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BAC8; }

 p { color: rgb(201,186,200); }

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

background-color css

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

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

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

border-color css

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

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

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