Html Css Color HEX #CBB7CB Thistle

📋 copy color: '#CBB7CB'

red 203 ◦ green 183 ◦ blue 203

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

Shades of Thistle #CBB7CB

Tints of Thistle #CBB7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 34.47%
G = 31.07%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBB7CB (or 0xCBB7CB) is known color: Thistle. HEX triplet: CB, B7 and CB. RGB value is (203,183,203). Sum of RGB (Red+Green+Blue) = 203+183+203=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7CB is #344834. Grayscale: #BFBFBF. Windows color (decimal): -3426357 or 13350859. OLE color: 13350859.

HSL color Cylindrical-coordinate representation of color #CBB7CB: hue angle of 300º 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 #CBB7CB is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 183 203 -
CMYK 0 0.10 0 0.20
HSL 300º 0.16% 0.76% -
HSV(B) 300º 0.1% 0.8% -
XYZ 52.34 50.88 63.56 -
YUV 191.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 203 183 203 0 0.10 0 0.20 300 0.16 0.76
Hex CB B7 CB 0 A 0 14 12C 10 4C
Octal 313 267 313 0 12 0 24 454 20 114
Binary 11001011 10110111 11001011 0 1010 0 10100 100101100 10000 1001100

Color Harmonies of #CBB7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7CB

Black with #CBB7CB

Text Example


Text Example

White with #CBB7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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