Html Css Color HEX #CBAEB4 Pink Flare

📋 copy color: '#CBAEB4'

red 203 ◦ green 174 ◦ blue 180

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

Shades of Pink Flare #CBAEB4

Tints of Pink Flare #CBAEB4

RGB

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

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

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

R = 36.45%
G = 31.24%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CBAEB4 (or 0xCBAEB4) is known color: Pink Flare. HEX triplet: CB, AE and B4. RGB value is (203,174,180). Sum of RGB (Red+Green+Blue) = 203+174+180=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB4 is #34514B. Grayscale: #B7B7B7. Windows color (decimal): -3428684 or 11841227. OLE color: 11841227.

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

Color convert

RGB 203 174 180 -
CMYK 0 0.14 0.11 0.20
HSL 347.59º 0.22% 0.74% -
HSV(B) 347.59º 0.14% 0.8% -
XYZ 48 46.26 49.58 -
YUV 183.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 203 174 180 0 0.14 0.11 0.20 347.59 0.22 0.74
Hex CB AE B4 0 E B 14 15C 16 4A
Octal 313 256 264 0 16 13 24 534 26 112
Binary 11001011 10101110 10110100 0 1110 1011 10100 101011100 10110 1001010

Color Harmonies of #CBAEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEB4

Black with #CBAEB4

Text Example


Text Example

White with #CBAEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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