Html Css Color HEX #CBBCCC Thistle

📋 copy color: '#CBBCCC'

red 203 ◦ green 188 ◦ blue 204

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

Shades of Thistle #CBBCCC

Tints of Thistle #CBBCCC

RGB

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

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

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

R = 34.12%
G = 31.6%
B = 34.29%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBBCCC (or 0xCBBCCC) is known color: Thistle. HEX triplet: CB, BC and CC. RGB value is (203,188,204). Sum of RGB (Red+Green+Blue) = 203+188+204=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCCC is #344333. Grayscale: #C2C2C2. Windows color (decimal): -3425076 or 13417675. OLE color: 13417675.

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

Color convert

RGB 203 188 204 -
CMYK 0.00 0.08 0 0.2
HSL 296.25º 0.14% 0.77% -
HSV(B) 296.25º 0.08% 0.8% -
XYZ 53.51 53.02 64.54 -
YUV 194.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 203 188 204 0.00 0.08 0 0.2 296.25 0.14 0.77
Hex CB BC CC 0 8 0 14 128 E 4D
Octal 313 274 314 0 10 0 24 450 16 115
Binary 11001011 10111100 11001100 0 1000 0 10100 100101000 1110 1001101

Color Harmonies of #CBBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBCCC

Black with #CBBCCC

Text Example


Text Example

White with #CBBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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