Html Css Color HEX #C0999D Careys Pink

📋 copy color: '#C0999D'

red 192 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #C0999D

Tints of Careys Pink #C0999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.48%

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 38.25%
G = 30.48%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0999D (or 0xC0999D) is known color: Careys Pink. HEX triplet: C0, 99 and 9D. RGB value is (192,153,157). Sum of RGB (Red+Green+Blue) = 192+153+157=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0999D is #3F6662. Grayscale: #A5A5A5. Windows color (decimal): -4154979 or 10328512. OLE color: 10328512.

HSL color Cylindrical-coordinate representation of color #C0999D: hue angle of 353.85º degrees, saturation: 0.24, 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 #C0999D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 157 -
CMYK 0 0.20 0.18 0.25
HSL 353.85º 0.24% 0.68% -
HSV(B) 353.85º 0.2% 0.75% -
XYZ 39.22 36.42 36.86 -
YUV 165.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 192 153 157 0 0.20 0.18 0.25 353.85 0.24 0.68
Hex C0 99 9D 0 14 12 19 162 18 44
Octal 300 231 235 0 24 22 31 542 30 104
Binary 11000000 10011001 10011101 0 10100 10010 11001 101100010 11000 1000100

Color Harmonies of #C0999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0999D

Black with #C0999D

Text Example


Text Example

White with #C0999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0999D; }

 p { color: rgb(192,153,157); }

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

background-color css

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

 a { background-color: rgb(192,153,157); }

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

border-color css

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

 span { border-color: rgb(192,153,157); }

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