Html Css Color HEX #CFB6CD Thistle

📋 copy color: '#CFB6CD'

red 207 ◦ green 182 ◦ blue 205

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

Shades of Thistle #CFB6CD

Tints of Thistle #CFB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 34.85%
G = 30.64%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFB6CD (or 0xCFB6CD) is known color: Thistle. HEX triplet: CF, B6 and CD. RGB value is (207,182,205). Sum of RGB (Red+Green+Blue) = 207+182+205=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CD is #304932. Grayscale: #C0C0C0. Windows color (decimal): -3164467 or 13481679. OLE color: 13481679.

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

Color convert

RGB 207 182 205 -
CMYK 0 0.12 0.01 0.19
HSL 304.8º 0.21% 0.76% -
HSV(B) 304.8º 0.12% 0.81% -
XYZ 53.48 51.13 64.81 -
YUV 192.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 207 182 205 0 0.12 0.01 0.19 304.8 0.21 0.76
Hex CF B6 CD 0 C 1 13 131 15 4C
Octal 317 266 315 0 14 1 23 461 25 114
Binary 11001111 10110110 11001101 0 1100 1 10011 100110001 10101 1001100

Color Harmonies of #CFB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6CD

Black with #CFB6CD

Text Example


Text Example

White with #CFB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6CD; }

 p { color: rgb(207,182,205); }

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

background-color css

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

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

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

border-color css

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

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

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