Html Css Color HEX #CBB9CA Thistle

📋 copy color: '#CBB9CA'

red 203 ◦ green 185 ◦ blue 202

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

Shades of Thistle #CBB9CA

Tints of Thistle #CBB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.36%

 BLUE value IS 202 (79.3% from 255) = 34.24%

R = 34.41%
G = 31.36%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBB9CA (or 0xCBB9CA) is known color: Thistle. HEX triplet: CB, B9 and CA. RGB value is (203,185,202). Sum of RGB (Red+Green+Blue) = 203+185+202=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9CA is #344635. Grayscale: #C0C0C0. Windows color (decimal): -3425846 or 13285835. OLE color: 13285835.

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

Color convert

RGB 203 185 202 -
CMYK 0 0.09 0.00 0.20
HSL 303.33º 0.15% 0.76% -
HSV(B) 303.33º 0.09% 0.8% -
XYZ 52.64 51.66 63.07 -
YUV 192.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 203 185 202 0 0.09 0.00 0.20 303.33 0.15 0.76
Hex CB B9 CA 0 9 0 14 12F F 4C
Octal 313 271 312 0 11 0 24 457 17 114
Binary 11001011 10111001 11001010 0 1001 0 10100 100101111 1111 1001100

Color Harmonies of #CBB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9CA

Black with #CBB9CA

Text Example


Text Example

White with #CBB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9CA; }

 p { color: rgb(203,185,202); }

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

background-color css

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

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

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

border-color css

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

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

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