Html Css Color HEX #CBB7CC Thistle

📋 copy color: '#CBB7CC'

red 203 ◦ green 183 ◦ blue 204

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

Shades of Thistle #CBB7CC

Tints of Thistle #CBB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

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

R = 34.41%
G = 31.02%
B = 34.58%

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

#CBB7CC (or 0xCBB7CC) is known color: Thistle. HEX triplet: CB, B7 and CC. RGB value is (203,183,204). Sum of RGB (Red+Green+Blue) = 203+183+204=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7CC is #344833. Grayscale: #BFBFBF. Windows color (decimal): -3426356 or 13416395. OLE color: 13416395.

HSL color Cylindrical-coordinate representation of color #CBB7CC: hue angle of 297.14º degrees, saturation: 0.17, 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 #CBB7CC is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 183 204 -
CMYK 0.00 0.10 0 0.2
HSL 297.14º 0.17% 0.76% -
HSV(B) 297.14º 0.1% 0.8% -
XYZ 52.46 50.92 64.19 -
YUV 191.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 203 183 204 0.00 0.10 0 0.2 297.14 0.17 0.76
Hex CB B7 CC 0 A 0 14 129 11 4C
Octal 313 267 314 0 12 0 24 451 21 114
Binary 11001011 10110111 11001100 0 1010 0 10100 100101001 10001 1001100

Color Harmonies of #CBB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7CC

Black with #CBB7CC

Text Example


Text Example

White with #CBB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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