Html Css Color HEX #CBBBCA Thistle

📋 copy color: '#CBBBCA'

red 203 ◦ green 187 ◦ blue 202

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

Shades of Thistle #CBBBCA

Tints of Thistle #CBBBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

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

R = 34.29%
G = 31.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBBBCA (or 0xCBBBCA) is known color: Thistle. HEX triplet: CB, BB and CA. RGB value is (203,187,202). Sum of RGB (Red+Green+Blue) = 203+187+202=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBCA is #344435. Grayscale: #C1C1C1. Windows color (decimal): -3425334 or 13286347. OLE color: 13286347.

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

Color convert

RGB 203 187 202 -
CMYK 0 0.08 0.00 0.20
HSL 303.75º 0.13% 0.76% -
HSV(B) 303.75º 0.08% 0.8% -
XYZ 53.06 52.5 63.21 -
YUV 193.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 203 187 202 0 0.08 0.00 0.20 303.75 0.13 0.76
Hex CB BB CA 0 8 0 14 130 D 4C
Octal 313 273 312 0 10 0 24 460 15 114
Binary 11001011 10111011 11001010 0 1000 0 10100 100110000 1101 1001100

Color Harmonies of #CBBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBCA

Black with #CBBBCA

Text Example


Text Example

White with #CBBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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