Html Css Color HEX #CBAEB2 Pink Flare

📋 copy color: '#CBAEB2'

red 203 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #CBAEB2

Tints of Pink Flare #CBAEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.35%

 BLUE value IS 178 (69.92% from 255) = 32.07%

R = 36.58%
G = 31.35%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CBAEB2 (or 0xCBAEB2) is known color: Pink Flare. HEX triplet: CB, AE and B2. RGB value is (203,174,178). Sum of RGB (Red+Green+Blue) = 203+174+178=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEB2 is #34514D. Grayscale: #B7B7B7. Windows color (decimal): -3428686 or 11710155. OLE color: 11710155.

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

Color convert

RGB 203 174 178 -
CMYK 0 0.14 0.12 0.20
HSL 351.72º 0.22% 0.74% -
HSV(B) 351.72º 0.14% 0.8% -
XYZ 47.8 46.18 48.51 -
YUV 183.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 203 174 178 0 0.14 0.12 0.20 351.72 0.22 0.74
Hex CB AE B2 0 E C 14 160 16 4A
Octal 313 256 262 0 16 14 24 540 26 112
Binary 11001011 10101110 10110010 0 1110 1100 10100 101100000 10110 1001010

Color Harmonies of #CBAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEB2

Black with #CBAEB2

Text Example


Text Example

White with #CBAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEB2; }

 p { color: rgb(203,174,178); }

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

background-color css

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

 a { background-color: rgb(203,174,178); }

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

border-color css

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

 span { border-color: rgb(203,174,178); }

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