Html Css Color HEX #CFC0CE Thistle

📋 copy color: '#CFC0CE'

red 207 ◦ green 192 ◦ blue 206

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

Shades of Thistle #CFC0CE

Tints of Thistle #CFC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.74%

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

R = 34.21%
G = 31.74%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFC0CE (or 0xCFC0CE) is known color: Thistle. HEX triplet: CF, C0 and CE. RGB value is (207,192,206). Sum of RGB (Red+Green+Blue) = 207+192+206=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0CE is #303F31. Grayscale: #C6C6C6. Windows color (decimal): -3161906 or 13549775. OLE color: 13549775.

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

Color convert

RGB 207 192 206 -
CMYK 0 0.07 0.00 0.19
HSL 304º 0.14% 0.78% -
HSV(B) 304º 0.07% 0.81% -
XYZ 55.72 55.42 66.15 -
YUV 198.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 207 192 206 0 0.07 0.00 0.19 304 0.14 0.78
Hex CF C0 CE 0 7 0 13 130 E 4E
Octal 317 300 316 0 7 0 23 460 16 116
Binary 11001111 11000000 11001110 0 111 0 10011 100110000 1110 1001110

Color Harmonies of #CFC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC0CE

Black with #CFC0CE

Text Example


Text Example

White with #CFC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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