Html Css Color HEX #C09FA6 Careys Pink

📋 copy color: '#C09FA6'

red 192 ◦ green 159 ◦ blue 166

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

Shades of Careys Pink #C09FA6

Tints of Careys Pink #C09FA6

RGB

 RED value IS 192 (75.39% from 255) = 37.14%

 GREEN value IS 159 (62.5% from 255) = 30.75%

 BLUE value IS 166 (65.23% from 255) = 32.11%

R = 37.14%
G = 30.75%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C09FA6 (or 0xC09FA6) is known color: Careys Pink. HEX triplet: C0, 9F and A6. RGB value is (192,159,166). Sum of RGB (Red+Green+Blue) = 192+159+166=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA6 is #3F6059. Grayscale: #A9A9A9. Windows color (decimal): -4153434 or 10919872. OLE color: 10919872.

HSL color Cylindrical-coordinate representation of color #C09FA6: hue angle of 347.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FA6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 166 -
CMYK 0 0.17 0.14 0.25
HSL 347.27º 0.21% 0.69% -
HSV(B) 347.27º 0.17% 0.75% -
XYZ 41.02 38.76 41.4 -
YUV 169.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 192 159 166 0 0.17 0.14 0.25 347.27 0.21 0.69
Hex C0 9F A6 0 11 E 19 15B 15 45
Octal 300 237 246 0 21 16 31 533 25 105
Binary 11000000 10011111 10100110 0 10001 1110 11001 101011011 10101 1000101

Color Harmonies of #C09FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FA6

Black with #C09FA6

Text Example


Text Example

White with #C09FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FA6; }

 p { color: rgb(192,159,166); }

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

background-color css

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

 a { background-color: rgb(192,159,166); }

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

border-color css

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

 span { border-color: rgb(192,159,166); }

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