Html Css Color HEX #CFBECE Thistle

📋 copy color: '#CFBECE'

red 207 ◦ green 190 ◦ blue 206

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

Shades of Thistle #CFBECE

Tints of Thistle #CFBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.51%

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

R = 34.33%
G = 31.51%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFBECE (or 0xCFBECE) is known color: Thistle. HEX triplet: CF, BE and CE. RGB value is (207,190,206). Sum of RGB (Red+Green+Blue) = 207+190+206=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBECE is #304131. Grayscale: #C4C4C4. Windows color (decimal): -3162418 or 13549263. OLE color: 13549263.

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

Color convert

RGB 207 190 206 -
CMYK 0 0.08 0.00 0.19
HSL 303.53º 0.15% 0.78% -
HSV(B) 303.53º 0.08% 0.81% -
XYZ 55.29 54.55 66.01 -
YUV 196.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 207 190 206 0 0.08 0.00 0.19 303.53 0.15 0.78
Hex CF BE CE 0 8 0 13 130 F 4E
Octal 317 276 316 0 10 0 23 460 17 116
Binary 11001111 10111110 11001110 0 1000 0 10011 100110000 1111 1001110

Color Harmonies of #CFBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBECE

Black with #CFBECE

Text Example


Text Example

White with #CFBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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