Html Css Color HEX #C0979E Careys Pink

📋 copy color: '#C0979E'

red 192 ◦ green 151 ◦ blue 158

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

Shades of Careys Pink #C0979E

Tints of Careys Pink #C0979E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 38.32%
G = 30.14%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0979E (or 0xC0979E) is known color: Careys Pink. HEX triplet: C0, 97 and 9E. RGB value is (192,151,158). Sum of RGB (Red+Green+Blue) = 192+151+158=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0979E is #3F6861. Grayscale: #A4A4A4. Windows color (decimal): -4155490 or 10393536. OLE color: 10393536.

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

Color convert

RGB 192 151 158 -
CMYK 0 0.21 0.18 0.25
HSL 349.76º 0.25% 0.67% -
HSV(B) 349.76º 0.21% 0.75% -
XYZ 38.98 35.81 37.21 -
YUV 164.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 192 151 158 0 0.21 0.18 0.25 349.76 0.25 0.67
Hex C0 97 9E 0 15 12 19 15E 19 43
Octal 300 227 236 0 25 22 31 536 31 103
Binary 11000000 10010111 10011110 0 10101 10010 11001 101011110 11001 1000011

Color Harmonies of #C0979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0979E

Black with #C0979E

Text Example


Text Example

White with #C0979E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0979E; }

 p { color: rgb(192,151,158); }

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

background-color css

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

 a { background-color: rgb(192,151,158); }

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

border-color css

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

 span { border-color: rgb(192,151,158); }

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