Html Css Color HEX #C09A9F Careys Pink

📋 copy color: '#C09A9F'

red 192 ◦ green 154 ◦ blue 159

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

Shades of Careys Pink #C09A9F

Tints of Careys Pink #C09A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.5%

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 38.02%
G = 30.5%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C09A9F (or 0xC09A9F) is known color: Careys Pink. HEX triplet: C0, 9A and 9F. RGB value is (192,154,159). Sum of RGB (Red+Green+Blue) = 192+154+159=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A9F is #3F6560. Grayscale: #A5A5A5. Windows color (decimal): -4154721 or 10459840. OLE color: 10459840.

HSL color Cylindrical-coordinate representation of color #C09A9F: hue angle of 352.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09A9F is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 159 -
CMYK 0 0.20 0.17 0.25
HSL 352.11º 0.23% 0.68% -
HSV(B) 352.11º 0.2% 0.75% -
XYZ 39.55 36.82 37.82 -
YUV 165.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 192 154 159 0 0.20 0.17 0.25 352.11 0.23 0.68
Hex C0 9A 9F 0 14 11 19 160 17 44
Octal 300 232 237 0 24 21 31 540 27 104
Binary 11000000 10011010 10011111 0 10100 10001 11001 101100000 10111 1000100

Color Harmonies of #C09A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A9F

Black with #C09A9F

Text Example


Text Example

White with #C09A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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