Html Css Color HEX #CFC6CE Thistle

📋 copy color: '#CFC6CE'

red 207 ◦ green 198 ◦ blue 206

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

Shades of Thistle #CFC6CE

Tints of Thistle #CFC6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.41%

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

R = 33.88%
G = 32.41%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC6CE (or 0xCFC6CE) is known color: Thistle. HEX triplet: CF, C6 and CE. RGB value is (207,198,206). Sum of RGB (Red+Green+Blue) = 207+198+206=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6CE is #303931. Grayscale: #C9C9C9. Windows color (decimal): -3160370 or 13551311. OLE color: 13551311.

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

Color convert

RGB 207 198 206 -
CMYK 0 0.04 0.00 0.19
HSL 306.67º 0.09% 0.79% -
HSV(B) 306.67º 0.04% 0.81% -
XYZ 57.07 58.11 66.6 -
YUV 201.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 207 198 206 0 0.04 0.00 0.19 306.67 0.09 0.79
Hex CF C6 CE 0 4 0 13 133 9 4F
Octal 317 306 316 0 4 0 23 463 11 117
Binary 11001111 11000110 11001110 0 100 0 10011 100110011 1001 1001111

Color Harmonies of #CFC6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC6CE

Black with #CFC6CE

Text Example


Text Example

White with #CFC6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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