Html Css Color HEX #CBBCCA Thistle

📋 copy color: '#CBBCCA'

red 203 ◦ green 188 ◦ blue 202

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

Shades of Thistle #CBBCCA

Tints of Thistle #CBBCCA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

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

R = 34.23%
G = 31.7%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBBCCA (or 0xCBBCCA) is known color: Thistle. HEX triplet: CB, BC and CA. RGB value is (203,188,202). Sum of RGB (Red+Green+Blue) = 203+188+202=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCCA is #344335. Grayscale: #C2C2C2. Windows color (decimal): -3425078 or 13286603. OLE color: 13286603.

HSL color Cylindrical-coordinate representation of color #CBBCCA: hue angle of 304º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBCCA is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 202 -
CMYK 0 0.07 0.00 0.20
HSL 304º 0.13% 0.77% -
HSV(B) 304º 0.07% 0.8% -
XYZ 53.27 52.93 63.29 -
YUV 194.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 203 188 202 0 0.07 0.00 0.20 304 0.13 0.77
Hex CB BC CA 0 7 0 14 130 D 4D
Octal 313 274 312 0 7 0 24 460 15 115
Binary 11001011 10111100 11001010 0 111 0 10100 100110000 1101 1001101

Color Harmonies of #CBBCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBCCA

Black with #CBBCCA

Text Example


Text Example

White with #CBBCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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