Html Css Color HEX #CBADB5 Pink Flare

📋 copy color: '#CBADB5'

red 203 ◦ green 173 ◦ blue 181

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

Shades of Pink Flare #CBADB5

Tints of Pink Flare #CBADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 36.45%
G = 31.06%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBADB5 (or 0xCBADB5) is known color: Pink Flare. HEX triplet: CB, AD and B5. RGB value is (203,173,181). Sum of RGB (Red+Green+Blue) = 203+173+181=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB5 is #34524A. Grayscale: #B6B6B6. Windows color (decimal): -3428939 or 11906507. OLE color: 11906507.

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

Color convert

RGB 203 173 181 -
CMYK 0 0.15 0.11 0.20
HSL 344º 0.22% 0.74% -
HSV(B) 344º 0.15% 0.8% -
XYZ 47.91 45.92 50.05 -
YUV 182.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 203 173 181 0 0.15 0.11 0.20 344 0.22 0.74
Hex CB AD B5 0 F B 14 158 16 4A
Octal 313 255 265 0 17 13 24 530 26 112
Binary 11001011 10101101 10110101 0 1111 1011 10100 101011000 10110 1001010

Color Harmonies of #CBADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADB5

Black with #CBADB5

Text Example


Text Example

White with #CBADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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