Html Css Color HEX #CCAEB5 Pink Flare

📋 copy color: '#CCAEB5'

red 204 ◦ green 174 ◦ blue 181

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

Shades of Pink Flare #CCAEB5

Tints of Pink Flare #CCAEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.38%

R = 36.49%
G = 31.13%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCAEB5 (or 0xCCAEB5) is known color: Pink Flare. HEX triplet: CC, AE and B5. RGB value is (204,174,181). Sum of RGB (Red+Green+Blue) = 204+174+181=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB5 is #33514A. Grayscale: #B7B7B7. Windows color (decimal): -3363147 or 11906764. OLE color: 11906764.

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

Color convert

RGB 204 174 181 -
CMYK 0 0.15 0.11 0.2
HSL 346º 0.23% 0.74% -
HSV(B) 346º 0.15% 0.8% -
XYZ 48.38 46.45 50.13 -
YUV 183.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 204 174 181 0 0.15 0.11 0.2 346 0.23 0.74
Hex CC AE B5 0 F B 14 15A 17 4A
Octal 314 256 265 0 17 13 24 532 27 112
Binary 11001100 10101110 10110101 0 1111 1011 10100 101011010 10111 1001010

Color Harmonies of #CCAEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEB5

Black with #CCAEB5

Text Example


Text Example

White with #CCAEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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