Html Css Color HEX #CCBACD Thistle

📋 copy color: '#CCBACD'

red 204 ◦ green 186 ◦ blue 205

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

Shades of Thistle #CCBACD

Tints of Thistle #CCBACD

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

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

R = 34.29%
G = 31.26%
B = 34.45%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCBACD (or 0xCCBACD) is known color: Thistle. HEX triplet: CC, BA and CD. RGB value is (204,186,205). Sum of RGB (Red+Green+Blue) = 204+186+205=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBACD is #334532. Grayscale: #C1C1C1. Windows color (decimal): -3360051 or 13482700. OLE color: 13482700.

HSL color Cylindrical-coordinate representation of color #CCBACD: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBACD is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 186 205 -
CMYK 0.00 0.09 0 0.20
HSL 296.84º 0.16% 0.77% -
HSV(B) 296.84º 0.09% 0.8% -
XYZ 53.48 52.36 65.05 -
YUV 193.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 204 186 205 0.00 0.09 0 0.20 296.84 0.16 0.77
Hex CC BA CD 0 9 0 14 129 10 4D
Octal 314 272 315 0 11 0 24 451 20 115
Binary 11001100 10111010 11001101 0 1001 0 10100 100101001 10000 1001101

Color Harmonies of #CCBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBACD

Black with #CCBACD

Text Example


Text Example

White with #CCBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBACD; }

 p { color: rgb(204,186,205); }

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

background-color css

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

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

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

border-color css

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

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

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