Html Css Color HEX #CCABB4 Pink Flare

📋 copy color: '#CCABB4'

red 204 ◦ green 171 ◦ blue 180

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

Shades of Pink Flare #CCABB4

Tints of Pink Flare #CCABB4

RGB

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

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

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

R = 36.76%
G = 30.81%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCABB4 (or 0xCCABB4) is known color: Pink Flare. HEX triplet: CC, AB and B4. RGB value is (204,171,180). Sum of RGB (Red+Green+Blue) = 204+171+180=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB4 is #33544B. Grayscale: #B5B5B5. Windows color (decimal): -3363916 or 11840460. OLE color: 11840460.

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

Color convert

RGB 204 171 180 -
CMYK 0 0.16 0.12 0.2
HSL 343.64º 0.24% 0.74% -
HSV(B) 343.64º 0.16% 0.8% -
XYZ 47.7 45.26 49.4 -
YUV 181.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 204 171 180 0 0.16 0.12 0.2 343.64 0.24 0.74
Hex CC AB B4 0 10 C 14 158 18 4A
Octal 314 253 264 0 20 14 24 530 30 112
Binary 11001100 10101011 10110100 0 10000 1100 10100 101011000 11000 1001010

Color Harmonies of #CCABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABB4

Black with #CCABB4

Text Example


Text Example

White with #CCABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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