Html Css Color HEX #C9BFCA Thistle

📋 copy color: '#C9BFCA'

red 201 ◦ green 191 ◦ blue 202

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

Shades of Thistle #C9BFCA

Tints of Thistle #C9BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 33.84%
G = 32.15%
B = 34.01%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C9BFCA (or 0xC9BFCA) is known color: Thistle. HEX triplet: C9, BF and CA. RGB value is (201,191,202). Sum of RGB (Red+Green+Blue) = 201+191+202=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFCA is #364035. Grayscale: #C3C3C3. Windows color (decimal): -3555382 or 13287369. OLE color: 13287369.

HSL color Cylindrical-coordinate representation of color #C9BFCA: hue angle of 294.55º degrees, saturation: 0.09, 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 #C9BFCA is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 202 -
CMYK 0.00 0.05 0 0.21
HSL 294.55º 0.09% 0.77% -
HSV(B) 294.55º 0.05% 0.79% -
XYZ 53.38 53.94 63.48 -
YUV 195.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 201 191 202 0.00 0.05 0 0.21 294.55 0.09 0.77
Hex C9 BF CA 0 5 0 15 127 9 4D
Octal 311 277 312 0 5 0 25 447 11 115
Binary 11001001 10111111 11001010 0 101 0 10101 100100111 1001 1001101

Color Harmonies of #C9BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFCA

Black with #C9BFCA

Text Example


Text Example

White with #C9BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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