Html Css Color HEX #C9BFC8 Thistle

📋 copy color: '#C9BFC8'

red 201 ◦ green 191 ◦ blue 200

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

Shades of Thistle #C9BFC8

Tints of Thistle #C9BFC8

RGB

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

 GREEN value IS 191 (75% from 255) = 32.26%

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

R = 33.95%
G = 32.26%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C9BFC8 (or 0xC9BFC8) is known color: Thistle. HEX triplet: C9, BF and C8. RGB value is (201,191,200). Sum of RGB (Red+Green+Blue) = 201+191+200=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFC8 is #364037. Grayscale: #C2C2C2. Windows color (decimal): -3555384 or 13156297. OLE color: 13156297.

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

Color convert

RGB 201 191 200 -
CMYK 0 0.05 0.00 0.21
HSL 306º 0.08% 0.77% -
HSV(B) 306º 0.05% 0.79% -
XYZ 53.14 53.85 62.24 -
YUV 195.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 201 191 200 0 0.05 0.00 0.21 306 0.08 0.77
Hex C9 BF C8 0 5 0 15 132 8 4D
Octal 311 277 310 0 5 0 25 462 10 115
Binary 11001001 10111111 11001000 0 101 0 10101 100110010 1000 1001101

Color Harmonies of #C9BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFC8

Black with #C9BFC8

Text Example


Text Example

White with #C9BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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