Html Css Color HEX #CFC9CF Thistle

📋 copy color: '#CFC9CF'

red 207 ◦ green 201 ◦ blue 207

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

Shades of Thistle #CFC9CF

Tints of Thistle #CFC9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.66%

R = 33.66%
G = 32.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFC9CF (or 0xCFC9CF) is known color: Thistle. HEX triplet: CF, C9 and CF. RGB value is (207,201,207). Sum of RGB (Red+Green+Blue) = 207+201+207=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CF is #303630. Grayscale: #CBCBCB. Windows color (decimal): -3159601 or 13617615. OLE color: 13617615.

HSL color Cylindrical-coordinate representation of color #CFC9CF: hue angle of 300º 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 #CFC9CF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 201 207 -
CMYK 0 0.03 0 0.19
HSL 300º 0.06% 0.8% -
HSV(B) 300º 0.03% 0.81% -
XYZ 57.88 59.54 67.47 -
YUV 203.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 207 201 207 0 0.03 0 0.19 300 0.06 0.8
Hex CF C9 CF 0 3 0 13 12C 6 50
Octal 317 311 317 0 3 0 23 454 6 120
Binary 11001111 11001001 11001111 0 11 0 10011 100101100 110 1010000

Color Harmonies of #CFC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9CF

Black with #CFC9CF

Text Example


Text Example

White with #CFC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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