Html Css Color HEX #CCADB0 Pink Flare

📋 copy color: '#CCADB0'

red 204 ◦ green 173 ◦ blue 176

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

Shades of Pink Flare #CCADB0

Tints of Pink Flare #CCADB0

RGB

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

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

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

R = 36.89%
G = 31.28%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCADB0 (or 0xCCADB0) is known color: Pink Flare. HEX triplet: CC, AD and B0. RGB value is (204,173,176). Sum of RGB (Red+Green+Blue) = 204+173+176=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADB0 is #33524F. Grayscale: #B6B6B6. Windows color (decimal): -3363408 or 11578828. OLE color: 11578828.

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

Color convert

RGB 204 173 176 -
CMYK 0 0.15 0.14 0.2
HSL 354.19º 0.23% 0.74% -
HSV(B) 354.19º 0.15% 0.8% -
XYZ 47.68 45.86 47.41 -
YUV 182.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 204 173 176 0 0.15 0.14 0.2 354.19 0.23 0.74
Hex CC AD B0 0 F E 14 162 17 4A
Octal 314 255 260 0 17 16 24 542 27 112
Binary 11001100 10101101 10110000 0 1111 1110 10100 101100010 10111 1001010

Color Harmonies of #CCADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADB0

Black with #CCADB0

Text Example


Text Example

White with #CCADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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