Html Css Color HEX #CBB8CC Thistle

📋 copy color: '#CBB8CC'

red 203 ◦ green 184 ◦ blue 204

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

Shades of Thistle #CBB8CC

Tints of Thistle #CBB8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.13%

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

R = 34.35%
G = 31.13%
B = 34.52%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBB8CC (or 0xCBB8CC) is known color: Thistle. HEX triplet: CB, B8 and CC. RGB value is (203,184,204). Sum of RGB (Red+Green+Blue) = 203+184+204=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8CC is #344733. Grayscale: #BFBFBF. Windows color (decimal): -3426100 or 13416651. OLE color: 13416651.

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

Color convert

RGB 203 184 204 -
CMYK 0.00 0.10 0 0.2
HSL 297º 0.16% 0.76% -
HSV(B) 297º 0.1% 0.8% -
XYZ 52.67 51.34 64.26 -
YUV 191.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 203 184 204 0.00 0.10 0 0.2 297 0.16 0.76
Hex CB B8 CC 0 A 0 14 129 10 4C
Octal 313 270 314 0 12 0 24 451 20 114
Binary 11001011 10111000 11001100 0 1010 0 10100 100101001 10000 1001100

Color Harmonies of #CBB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8CC

Black with #CBB8CC

Text Example


Text Example

White with #CBB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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