Html Css Color HEX #CBADAE Pink Flare

📋 copy color: '#CBADAE'

red 203 ◦ green 173 ◦ blue 174

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

Shades of Pink Flare #CBADAE

Tints of Pink Flare #CBADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.64%

R = 36.91%
G = 31.45%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CBADAE (or 0xCBADAE) is known color: Pink Flare. HEX triplet: CB, AD and AE. RGB value is (203,173,174). Sum of RGB (Red+Green+Blue) = 203+173+174=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADAE is #345251. Grayscale: #B6B6B6. Windows color (decimal): -3428946 or 11447755. OLE color: 11447755.

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

Color convert

RGB 203 173 174 -
CMYK 0 0.15 0.14 0.20
HSL 358º 0.22% 0.74% -
HSV(B) 358º 0.15% 0.8% -
XYZ 47.21 45.64 46.37 -
YUV 182.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 203 173 174 0 0.15 0.14 0.20 358 0.22 0.74
Hex CB AD AE 0 F E 14 166 16 4A
Octal 313 255 256 0 17 16 24 546 26 112
Binary 11001011 10101101 10101110 0 1111 1110 10100 101100110 10110 1001010

Color Harmonies of #CBADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBADAE

Black with #CBADAE

Text Example


Text Example

White with #CBADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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