Html Css Color HEX #C0979D Careys Pink

📋 copy color: '#C0979D'

red 192 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #C0979D

Tints of Careys Pink #C0979D

RGB

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

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

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

R = 38.4%
G = 30.2%
B = 31.4%

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

#C0979D (or 0xC0979D) is known color: Careys Pink. HEX triplet: C0, 97 and 9D. RGB value is (192,151,157). Sum of RGB (Red+Green+Blue) = 192+151+157=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0979D is #3F6862. Grayscale: #A3A3A3. Windows color (decimal): -4155491 or 10328000. OLE color: 10328000.

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

Color convert

RGB 192 151 157 -
CMYK 0 0.21 0.18 0.25
HSL 351.22º 0.25% 0.67% -
HSV(B) 351.22º 0.21% 0.75% -
XYZ 38.89 35.77 36.75 -
YUV 163.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 192 151 157 0 0.21 0.18 0.25 351.22 0.25 0.67
Hex C0 97 9D 0 15 12 19 15F 19 43
Octal 300 227 235 0 25 22 31 537 31 103
Binary 11000000 10010111 10011101 0 10101 10010 11001 101011111 11001 1000011

Color Harmonies of #C0979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0979D

Black with #C0979D

Text Example


Text Example

White with #C0979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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