Html Css Color HEX #CCAEB3 Pink Flare

📋 copy color: '#CCAEB3'

red 204 ◦ green 174 ◦ blue 179

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

Shades of Pink Flare #CCAEB3

Tints of Pink Flare #CCAEB3

RGB

 RED value IS 204 (80.08% from 255) = 36.62%

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

 BLUE value IS 179 (70.31% from 255) = 32.14%

R = 36.62%
G = 31.24%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCAEB3 (or 0xCCAEB3) is known color: Pink Flare. HEX triplet: CC, AE and B3. RGB value is (204,174,179). Sum of RGB (Red+Green+Blue) = 204+174+179=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB3 is #33514C. Grayscale: #B7B7B7. Windows color (decimal): -3363149 or 11775692. OLE color: 11775692.

HSL color Cylindrical-coordinate representation of color #CCAEB3: hue angle of 350º degrees, saturation: 0.23, 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 #CCAEB3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 179 -
CMYK 0 0.15 0.12 0.2
HSL 350º 0.23% 0.74% -
HSV(B) 350º 0.15% 0.8% -
XYZ 48.17 46.36 49.06 -
YUV 183.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 204 174 179 0 0.15 0.12 0.2 350 0.23 0.74
Hex CC AE B3 0 F C 14 15E 17 4A
Octal 314 256 263 0 17 14 24 536 27 112
Binary 11001100 10101110 10110011 0 1111 1100 10100 101011110 10111 1001010

Color Harmonies of #CCAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEB3

Black with #CCAEB3

Text Example


Text Example

White with #CCAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEB3; }

 p { color: rgb(204,174,179); }

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

background-color css

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

 a { background-color: rgb(204,174,179); }

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

border-color css

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

 span { border-color: rgb(204,174,179); }

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