Html Css Color HEX #CCADB1 Pink Flare

📋 copy color: '#CCADB1'

red 204 ◦ green 173 ◦ blue 177

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

Shades of Pink Flare #CCADB1

Tints of Pink Flare #CCADB1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 177 (69.53% from 255) = 31.95%

R = 36.82%
G = 31.23%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCADB1 (or 0xCCADB1) is known color: Pink Flare. HEX triplet: CC, AD and B1. RGB value is (204,173,177). Sum of RGB (Red+Green+Blue) = 204+173+177=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADB1 is #33524E. Grayscale: #B6B6B6. Windows color (decimal): -3363407 or 11644364. OLE color: 11644364.

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

Color convert

RGB 204 173 177 -
CMYK 0 0.15 0.13 0.2
HSL 352.26º 0.23% 0.74% -
HSV(B) 352.26º 0.15% 0.8% -
XYZ 47.78 45.9 47.94 -
YUV 182.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 204 173 177 0 0.15 0.13 0.2 352.26 0.23 0.74
Hex CC AD B1 0 F D 14 160 17 4A
Octal 314 255 261 0 17 15 24 540 27 112
Binary 11001100 10101101 10110001 0 1111 1101 10100 101100000 10111 1001010

Color Harmonies of #CCADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADB1

Black with #CCADB1

Text Example


Text Example

White with #CCADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADB1; }

 p { color: rgb(204,173,177); }

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

background-color css

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

 a { background-color: rgb(204,173,177); }

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

border-color css

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

 span { border-color: rgb(204,173,177); }

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