Html Css Color HEX #CABECB Thistle

📋 copy color: '#CABECB'

red 202 ◦ green 190 ◦ blue 203

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

Shades of Thistle #CABECB

Tints of Thistle #CABECB

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 202 190 203 -
CMYK 0.00 0.06 0 0.20
HSL 295.38º 0.11% 0.77% -
HSV(B) 295.38º 0.06% 0.8% -
XYZ 53.55 53.7 64.04 -
YUV 195.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 202 190 203 0.00 0.06 0 0.20 295.38 0.11 0.77
Hex CA BE CB 0 6 0 14 127 B 4D
Octal 312 276 313 0 6 0 24 447 13 115
Binary 11001010 10111110 11001011 0 110 0 10100 100100111 1011 1001101

Color Harmonies of #CABECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABECB

Black with #CABECB

Text Example


Text Example

White with #CABECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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