Html Css Color HEX #CFBACF Thistle

📋 copy color: '#CFBACF'

red 207 ◦ green 186 ◦ blue 207

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

Shades of Thistle #CFBACF

Tints of Thistle #CFBACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

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

R = 34.5%
G = 31%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFBACF (or 0xCFBACF) is known color: Thistle. HEX triplet: CF, BA and CF. RGB value is (207,186,207). Sum of RGB (Red+Green+Blue) = 207+186+207=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBACF is #304530. Grayscale: #C2C2C2. Windows color (decimal): -3163441 or 13613775. OLE color: 13613775.

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

Color convert

RGB 207 186 207 -
CMYK 0 0.10 0 0.19
HSL 300º 0.18% 0.77% -
HSV(B) 300º 0.1% 0.81% -
XYZ 54.55 52.89 66.36 -
YUV 194.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 207 186 207 0 0.10 0 0.19 300 0.18 0.77
Hex CF BA CF 0 A 0 13 12C 12 4D
Octal 317 272 317 0 12 0 23 454 22 115
Binary 11001111 10111010 11001111 0 1010 0 10011 100101100 10010 1001101

Color Harmonies of #CFBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBACF

Black with #CFBACF

Text Example


Text Example

White with #CFBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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