Html Css Color HEX #CCACB5 Pink Flare

📋 copy color: '#CCACB5'

red 204 ◦ green 172 ◦ blue 181

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

Shades of Pink Flare #CCACB5

Tints of Pink Flare #CCACB5

RGB

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

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

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

R = 36.62%
G = 30.88%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCACB5 (or 0xCCACB5) is known color: Pink Flare. HEX triplet: CC, AC and B5. RGB value is (204,172,181). Sum of RGB (Red+Green+Blue) = 204+172+181=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB5 is #33534A. Grayscale: #B6B6B6. Windows color (decimal): -3363659 or 11906252. OLE color: 11906252.

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

Color convert

RGB 204 172 181 -
CMYK 0 0.16 0.11 0.2
HSL 343.13º 0.24% 0.74% -
HSV(B) 343.13º 0.16% 0.8% -
XYZ 47.99 45.68 50 -
YUV 182.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 204 172 181 0 0.16 0.11 0.2 343.13 0.24 0.74
Hex CC AC B5 0 10 B 14 157 18 4A
Octal 314 254 265 0 20 13 24 527 30 112
Binary 11001100 10101100 10110101 0 10000 1011 10100 101010111 11000 1001010

Color Harmonies of #CCACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACB5

Black with #CCACB5

Text Example


Text Example

White with #CCACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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