Html Css Color HEX #CFC9CE Thistle

📋 copy color: '#CFC9CE'

red 207 ◦ green 201 ◦ blue 206

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

Shades of Thistle #CFC9CE

Tints of Thistle #CFC9CE

RGB

 RED value IS 207 (81.25% from 255) = 33.71%

 GREEN value IS 201 (78.91% from 255) = 32.74%

 BLUE value IS 206 (80.86% from 255) = 33.55%

R = 33.71%
G = 32.74%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC9CE (or 0xCFC9CE) is known color: Thistle. HEX triplet: CF, C9 and CE. RGB value is (207,201,206). Sum of RGB (Red+Green+Blue) = 207+201+206=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CE is #303631. Grayscale: #CBCBCB. Windows color (decimal): -3159602 or 13552079. OLE color: 13552079.

HSL color Cylindrical-coordinate representation of color #CFC9CE: hue angle of 310º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC9CE is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 201 206 -
CMYK 0 0.03 0.00 0.19
HSL 310º 0.06% 0.8% -
HSV(B) 310º 0.03% 0.81% -
XYZ 57.76 59.49 66.83 -
YUV 203.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 207 201 206 0 0.03 0.00 0.19 310 0.06 0.8
Hex CF C9 CE 0 3 0 13 136 6 50
Octal 317 311 316 0 3 0 23 466 6 120
Binary 11001111 11001001 11001110 0 11 0 10011 100110110 110 1010000

Color Harmonies of #CFC9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9CE

Black with #CFC9CE

Text Example


Text Example

White with #CFC9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9CE; }

 p { color: rgb(207,201,206); }

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

background-color css

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

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

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

border-color css

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

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

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