Html Css Color HEX #CFB9CF Thistle

📋 copy color: '#CFB9CF'

red 207 ◦ green 185 ◦ blue 207

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

Shades of Thistle #CFB9CF

Tints of Thistle #CFB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.88%

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

R = 34.56%
G = 30.88%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFB9CF (or 0xCFB9CF) is known color: Thistle. HEX triplet: CF, B9 and CF. RGB value is (207,185,207). Sum of RGB (Red+Green+Blue) = 207+185+207=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9CF is #304630. Grayscale: #C2C2C2. Windows color (decimal): -3163697 or 13613519. OLE color: 13613519.

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

Color convert

RGB 207 185 207 -
CMYK 0 0.11 0 0.19
HSL 300º 0.19% 0.77% -
HSV(B) 300º 0.11% 0.81% -
XYZ 54.34 52.47 66.29 -
YUV 194.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 207 185 207 0 0.11 0 0.19 300 0.19 0.77
Hex CF B9 CF 0 B 0 13 12C 13 4D
Octal 317 271 317 0 13 0 23 454 23 115
Binary 11001111 10111001 11001111 0 1011 0 10011 100101100 10011 1001101

Color Harmonies of #CFB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9CF

Black with #CFB9CF

Text Example


Text Example

White with #CFB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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