Html Css Color HEX #CCACB0 Pink Flare

📋 copy color: '#CCACB0'

red 204 ◦ green 172 ◦ blue 176

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

Shades of Pink Flare #CCACB0

Tints of Pink Flare #CCACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

 BLUE value IS 176 (69.14% from 255) = 31.88%

R = 36.96%
G = 31.16%
B = 31.88%

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

#CCACB0 (or 0xCCACB0) is known color: Pink Flare. HEX triplet: CC, AC and B0. RGB value is (204,172,176). Sum of RGB (Red+Green+Blue) = 204+172+176=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACB0 is #33534F. Grayscale: #B6B6B6. Windows color (decimal): -3363664 or 11578572. OLE color: 11578572.

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

Color convert

RGB 204 172 176 -
CMYK 0 0.16 0.14 0.2
HSL 352.5º 0.24% 0.74% -
HSV(B) 352.5º 0.16% 0.8% -
XYZ 47.49 45.48 47.35 -
YUV 182.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 204 172 176 0 0.16 0.14 0.2 352.5 0.24 0.74
Hex CC AC B0 0 10 E 14 160 18 4A
Octal 314 254 260 0 20 16 24 540 30 112
Binary 11001100 10101100 10110000 0 10000 1110 10100 101100000 11000 1001010

Color Harmonies of #CCACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACB0

Black with #CCACB0

Text Example


Text Example

White with #CCACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACB0; }

 p { color: rgb(204,172,176); }

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

background-color css

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

 a { background-color: rgb(204,172,176); }

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

border-color css

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

 span { border-color: rgb(204,172,176); }

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