Html Css Color HEX #CBBACC Thistle

📋 copy color: '#CBBACC'

red 203 ◦ green 186 ◦ blue 204

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

Shades of Thistle #CBBACC

Tints of Thistle #CBBACC

RGB

 RED value IS 203 (79.69% from 255) = 34.23%

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

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

R = 34.23%
G = 31.37%
B = 34.4%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBBACC (or 0xCBBACC) is known color: Thistle. HEX triplet: CB, BA and CC. RGB value is (203,186,204). Sum of RGB (Red+Green+Blue) = 203+186+204=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBACC is #344533. Grayscale: #C1C1C1. Windows color (decimal): -3425588 or 13417163. OLE color: 13417163.

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

Color convert

RGB 203 186 204 -
CMYK 0.00 0.09 0 0.2
HSL 296.67º 0.15% 0.76% -
HSV(B) 296.67º 0.09% 0.8% -
XYZ 53.09 52.17 64.4 -
YUV 193.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 203 186 204 0.00 0.09 0 0.2 296.67 0.15 0.76
Hex CB BA CC 0 9 0 14 129 F 4C
Octal 313 272 314 0 11 0 24 451 17 114
Binary 11001011 10111010 11001100 0 1001 0 10100 100101001 1111 1001100

Color Harmonies of #CBBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBACC

Black with #CBBACC

Text Example


Text Example

White with #CBBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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