Html Css Color HEX #CBBECA Thistle

📋 copy color: '#CBBECA'

red 203 ◦ green 190 ◦ blue 202

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

Shades of Thistle #CBBECA

Tints of Thistle #CBBECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.93%

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

R = 34.12%
G = 31.93%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CBBECA (or 0xCBBECA) is known color: Thistle. HEX triplet: CB, BE and CA. RGB value is (203,190,202). Sum of RGB (Red+Green+Blue) = 203+190+202=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECA is #344135. Grayscale: #C3C3C3. Windows color (decimal): -3424566 or 13287115. OLE color: 13287115.

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

Color convert

RGB 203 190 202 -
CMYK 0 0.06 0.00 0.20
HSL 304.62º 0.11% 0.77% -
HSV(B) 304.62º 0.06% 0.8% -
XYZ 53.7 53.79 63.43 -
YUV 195.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 203 190 202 0 0.06 0.00 0.20 304.62 0.11 0.77
Hex CB BE CA 0 6 0 14 131 B 4D
Octal 313 276 312 0 6 0 24 461 13 115
Binary 11001011 10111110 11001010 0 110 0 10100 100110001 1011 1001101

Color Harmonies of #CBBECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBECA

Black with #CBBECA

Text Example


Text Example

White with #CBBECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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