Html Css Color HEX #CBBAC9 Thistle

📋 copy color: '#CBBAC9'

red 203 ◦ green 186 ◦ blue 201

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

Shades of Thistle #CBBAC9

Tints of Thistle #CBBAC9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.53%

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

R = 34.41%
G = 31.53%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CBBAC9 (or 0xCBBAC9) is known color: Thistle. HEX triplet: CB, BA and C9. RGB value is (203,186,201). Sum of RGB (Red+Green+Blue) = 203+186+201=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC9 is #344536. Grayscale: #C0C0C0. Windows color (decimal): -3425591 or 13220555. OLE color: 13220555.

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

Color convert

RGB 203 186 201 -
CMYK 0 0.08 0.01 0.20
HSL 307.06º 0.14% 0.76% -
HSV(B) 307.06º 0.08% 0.8% -
XYZ 52.73 52.03 62.52 -
YUV 192.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 203 186 201 0 0.08 0.01 0.20 307.06 0.14 0.76
Hex CB BA C9 0 8 1 14 133 E 4C
Octal 313 272 311 0 10 1 24 463 16 114
Binary 11001011 10111010 11001001 0 1000 1 10100 100110011 1110 1001100

Color Harmonies of #CBBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAC9

Black with #CBBAC9

Text Example


Text Example

White with #CBBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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