Html Css Color HEX #CCADB6 Pink Flare

📋 copy color: '#CCADB6'

red 204 ◦ green 173 ◦ blue 182

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

Shades of Pink Flare #CCADB6

Tints of Pink Flare #CCADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.56%

R = 36.49%
G = 30.95%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCADB6 (or 0xCCADB6) is known color: Pink Flare. HEX triplet: CC, AD and B6. RGB value is (204,173,182). Sum of RGB (Red+Green+Blue) = 204+173+182=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB6 is #335249. Grayscale: #B7B7B7. Windows color (decimal): -3363402 or 11972044. OLE color: 11972044.

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

Color convert

RGB 204 173 182 -
CMYK 0 0.15 0.11 0.2
HSL 342.58º 0.23% 0.74% -
HSV(B) 342.58º 0.15% 0.8% -
XYZ 48.29 46.1 50.61 -
YUV 183.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 204 173 182 0 0.15 0.11 0.2 342.58 0.23 0.74
Hex CC AD B6 0 F B 14 157 17 4A
Octal 314 255 266 0 17 13 24 527 27 112
Binary 11001100 10101101 10110110 0 1111 1011 10100 101010111 10111 1001010

Color Harmonies of #CCADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCADB6

Black with #CCADB6

Text Example


Text Example

White with #CCADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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