Html Css Color HEX #CCABAF Pink Flare

📋 copy color: '#CCABAF'

red 204 ◦ green 171 ◦ blue 175

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

Shades of Pink Flare #CCABAF

Tints of Pink Flare #CCABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.09%

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 37.09%
G = 31.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCABAF (or 0xCCABAF) is known color: Pink Flare. HEX triplet: CC, AB and AF. RGB value is (204,171,175). Sum of RGB (Red+Green+Blue) = 204+171+175=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABAF is #335450. Grayscale: #B5B5B5. Windows color (decimal): -3363921 or 11512780. OLE color: 11512780.

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

Color convert

RGB 204 171 175 -
CMYK 0 0.16 0.14 0.2
HSL 352.73º 0.24% 0.74% -
HSV(B) 352.73º 0.16% 0.8% -
XYZ 47.2 45.06 46.77 -
YUV 181.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 204 171 175 0 0.16 0.14 0.2 352.73 0.24 0.74
Hex CC AB AF 0 10 E 14 161 18 4A
Octal 314 253 257 0 20 16 24 541 30 112
Binary 11001100 10101011 10101111 0 10000 1110 10100 101100001 11000 1001010

Color Harmonies of #CCABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABAF

Black with #CCABAF

Text Example


Text Example

White with #CCABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABAF; }

 p { color: rgb(204,171,175); }

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

background-color css

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

 a { background-color: rgb(204,171,175); }

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

border-color css

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

 span { border-color: rgb(204,171,175); }

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