Html Css Color HEX #CBB8C9 Thistle

📋 copy color: '#CBB8C9'

red 203 ◦ green 184 ◦ blue 201

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

Shades of Thistle #CBB8C9

Tints of Thistle #CBB8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 34.52%
G = 31.29%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBB8C9 (or 0xCBB8C9) is known color: Thistle. HEX triplet: CB, B8 and C9. RGB value is (203,184,201). Sum of RGB (Red+Green+Blue) = 203+184+201=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8C9 is #344736. Grayscale: #BFBFBF. Windows color (decimal): -3426103 or 13220043. OLE color: 13220043.

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

Color convert

RGB 203 184 201 -
CMYK 0 0.09 0.01 0.20
HSL 306.32º 0.15% 0.76% -
HSV(B) 306.32º 0.09% 0.8% -
XYZ 52.31 51.19 62.38 -
YUV 191.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 203 184 201 0 0.09 0.01 0.20 306.32 0.15 0.76
Hex CB B8 C9 0 9 1 14 132 F 4C
Octal 313 270 311 0 11 1 24 462 17 114
Binary 11001011 10111000 11001001 0 1001 1 10100 100110010 1111 1001100

Color Harmonies of #CBB8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8C9

Black with #CBB8C9

Text Example


Text Example

White with #CBB8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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