Html Css Color HEX #CABDCB Thistle

📋 copy color: '#CABDCB'

red 202 ◦ green 189 ◦ blue 203

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

Shades of Thistle #CABDCB

Tints of Thistle #CABDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

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

R = 34.01%
G = 31.82%
B = 34.18%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CABDCB (or 0xCABDCB) is known color: Thistle. HEX triplet: CA, BD and CB. RGB value is (202,189,203). Sum of RGB (Red+Green+Blue) = 202+189+203=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 203 - color contains mainly: blue. Hex color #CABDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDCB is #354234. Grayscale: #C2C2C2. Windows color (decimal): -3490357 or 13352394. OLE color: 13352394.

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

Color convert

RGB 202 189 203 -
CMYK 0.00 0.07 0 0.20
HSL 295.71º 0.12% 0.77% -
HSV(B) 295.71º 0.07% 0.8% -
XYZ 53.33 53.26 63.97 -
YUV 194.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 202 189 203 0.00 0.07 0 0.20 295.71 0.12 0.77
Hex CA BD CB 0 7 0 14 128 C 4D
Octal 312 275 313 0 7 0 24 450 14 115
Binary 11001010 10111101 11001011 0 111 0 10100 100101000 1100 1001101

Color Harmonies of #CABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDCB

Black with #CABDCB

Text Example


Text Example

White with #CABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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