Html Css Color HEX #CBADB4 Pink Flare

📋 copy color: '#CBADB4'

red 203 ◦ green 173 ◦ blue 180

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

Shades of Pink Flare #CBADB4

Tints of Pink Flare #CBADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.37%

R = 36.51%
G = 31.12%
B = 32.37%

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

#CBADB4 (or 0xCBADB4) is known color: Pink Flare. HEX triplet: CB, AD and B4. RGB value is (203,173,180). Sum of RGB (Red+Green+Blue) = 203+173+180=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB4 is #34524B. Grayscale: #B6B6B6. Windows color (decimal): -3428940 or 11840971. OLE color: 11840971.

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

Color convert

RGB 203 173 180 -
CMYK 0 0.15 0.11 0.20
HSL 346º 0.22% 0.74% -
HSV(B) 346º 0.15% 0.8% -
XYZ 47.81 45.88 49.52 -
YUV 182.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 203 173 180 0 0.15 0.11 0.20 346 0.22 0.74
Hex CB AD B4 0 F B 14 15A 16 4A
Octal 313 255 264 0 17 13 24 532 26 112
Binary 11001011 10101101 10110100 0 1111 1011 10100 101011010 10110 1001010

Color Harmonies of #CBADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADB4

Black with #CBADB4

Text Example


Text Example

White with #CBADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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