Html Css Color HEX #C09FA8 Careys Pink

📋 copy color: '#C09FA8'

red 192 ◦ green 159 ◦ blue 168

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

Shades of Careys Pink #C09FA8

Tints of Careys Pink #C09FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 36.99%
G = 30.64%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C09FA8 (or 0xC09FA8) is known color: Careys Pink. HEX triplet: C0, 9F and A8. RGB value is (192,159,168). Sum of RGB (Red+Green+Blue) = 192+159+168=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FA8 is #3F6057. Grayscale: #A9A9A9. Windows color (decimal): -4153432 or 11050944. OLE color: 11050944.

HSL color Cylindrical-coordinate representation of color #C09FA8: hue angle of 343.64º 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 #C09FA8 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 168 -
CMYK 0 0.17 0.12 0.25
HSL 343.64º 0.21% 0.69% -
HSV(B) 343.64º 0.17% 0.75% -
XYZ 41.2 38.83 42.37 -
YUV 169.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 192 159 168 0 0.17 0.12 0.25 343.64 0.21 0.69
Hex C0 9F A8 0 11 C 19 158 15 45
Octal 300 237 250 0 21 14 31 530 25 105
Binary 11000000 10011111 10101000 0 10001 1100 11001 101011000 10101 1000101

Color Harmonies of #C09FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09FA8

Black with #C09FA8

Text Example


Text Example

White with #C09FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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