Html Css Color HEX #CBADB3 Pink Flare

📋 copy color: '#CBADB3'

red 203 ◦ green 173 ◦ blue 179

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

Shades of Pink Flare #CBADB3

Tints of Pink Flare #CBADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.25%

R = 36.58%
G = 31.17%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CBADB3 (or 0xCBADB3) is known color: Pink Flare. HEX triplet: CB, AD and B3. RGB value is (203,173,179). Sum of RGB (Red+Green+Blue) = 203+173+179=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB3 is #34524C. Grayscale: #B6B6B6. Windows color (decimal): -3428941 or 11775435. OLE color: 11775435.

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

Color convert

RGB 203 173 179 -
CMYK 0 0.15 0.12 0.20
HSL 348º 0.22% 0.74% -
HSV(B) 348º 0.15% 0.8% -
XYZ 47.71 45.84 48.98 -
YUV 182.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 203 173 179 0 0.15 0.12 0.20 348 0.22 0.74
Hex CB AD B3 0 F C 14 15C 16 4A
Octal 313 255 263 0 17 14 24 534 26 112
Binary 11001011 10101101 10110011 0 1111 1100 10100 101011100 10110 1001010

Color Harmonies of #CBADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADB3

Black with #CBADB3

Text Example


Text Example

White with #CBADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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