Html Css Color HEX #C1ADAF Pink Flare

📋 copy color: '#C1ADAF'

red 193 ◦ green 173 ◦ blue 175

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

Shades of Pink Flare #C1ADAF

Tints of Pink Flare #C1ADAF

RGB

 RED value IS 193 (75.78% from 255) = 35.67%

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

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 35.67%
G = 31.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C1ADAF (or 0xC1ADAF) is known color: Pink Flare. HEX triplet: C1, AD and AF. RGB value is (193,173,175). Sum of RGB (Red+Green+Blue) = 193+173+175=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADAF is #3E5250. Grayscale: #B3B3B3. Windows color (decimal): -4084305 or 11513281. OLE color: 11513281.

HSL color Cylindrical-coordinate representation of color #C1ADAF: hue angle of 354º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1ADAF is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 175 -
CMYK 0 0.10 0.09 0.24
HSL 354º 0.14% 0.72% -
HSV(B) 354º 0.1% 0.76% -
XYZ 44.67 44.32 46.76 -
YUV 179.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 193 173 175 0 0.10 0.09 0.24 354 0.14 0.72
Hex C1 AD AF 0 A 9 18 162 E 48
Octal 301 255 257 0 12 11 30 542 16 110
Binary 11000001 10101101 10101111 0 1010 1001 11000 101100010 1110 1001000

Color Harmonies of #C1ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADAF

Black with #C1ADAF

Text Example


Text Example

White with #C1ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADAF; }

 p { color: rgb(193,173,175); }

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

background-color css

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

 a { background-color: rgb(193,173,175); }

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

border-color css

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

 span { border-color: rgb(193,173,175); }

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