Html Css Color HEX #CBADB1 Pink Flare

📋 copy color: '#CBADB1'

red 203 ◦ green 173 ◦ blue 177

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

Shades of Pink Flare #CBADB1

Tints of Pink Flare #CBADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.28%

 BLUE value IS 177 (69.53% from 255) = 32.01%

R = 36.71%
G = 31.28%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CBADB1 (or 0xCBADB1) is known color: Pink Flare. HEX triplet: CB, AD and B1. RGB value is (203,173,177). Sum of RGB (Red+Green+Blue) = 203+173+177=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADB1 is #34524E. Grayscale: #B6B6B6. Windows color (decimal): -3428943 or 11644363. OLE color: 11644363.

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

Color convert

RGB 203 173 177 -
CMYK 0 0.15 0.13 0.20
HSL 352º 0.22% 0.74% -
HSV(B) 352º 0.15% 0.8% -
XYZ 47.51 45.76 47.92 -
YUV 182.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 203 173 177 0 0.15 0.13 0.20 352 0.22 0.74
Hex CB AD B1 0 F D 14 160 16 4A
Octal 313 255 261 0 17 15 24 540 26 112
Binary 11001011 10101101 10110001 0 1111 1101 10100 101100000 10110 1001010

Color Harmonies of #CBADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADB1

Black with #CBADB1

Text Example


Text Example

White with #CBADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADB1; }

 p { color: rgb(203,173,177); }

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

background-color css

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

 a { background-color: rgb(203,173,177); }

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

border-color css

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

 span { border-color: rgb(203,173,177); }

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