Html Css Color HEX #CFBCCC Thistle

📋 copy color: '#CFBCCC'

red 207 ◦ green 188 ◦ blue 204

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

Shades of Thistle #CFBCCC

Tints of Thistle #CFBCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 204 (80.08% from 255) = 34.06%

R = 34.56%
G = 31.39%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFBCCC (or 0xCFBCCC) is known color: Thistle. HEX triplet: CF, BC and CC. RGB value is (207,188,204). Sum of RGB (Red+Green+Blue) = 207+188+204=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCCC is #304333. Grayscale: #C3C3C3. Windows color (decimal): -3162932 or 13417679. OLE color: 13417679.

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

Color convert

RGB 207 188 204 -
CMYK 0 0.09 0.01 0.19
HSL 309.47º 0.17% 0.77% -
HSV(B) 309.47º 0.09% 0.81% -
XYZ 54.61 53.59 64.59 -
YUV 195.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 207 188 204 0 0.09 0.01 0.19 309.47 0.17 0.77
Hex CF BC CC 0 9 1 13 135 11 4D
Octal 317 274 314 0 11 1 23 465 21 115
Binary 11001111 10111100 11001100 0 1001 1 10011 100110101 10001 1001101

Color Harmonies of #CFBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCCC

Black with #CFBCCC

Text Example


Text Example

White with #CFBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCCC; }

 p { color: rgb(207,188,204); }

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

background-color css

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

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

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

border-color css

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

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

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