Html Css Color HEX #C6979B Careys Pink

📋 copy color: '#C6979B'

red 198 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #C6979B

Tints of Careys Pink #C6979B

RGB

 RED value IS 198 (77.73% from 255) = 39.29%

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

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 39.29%
G = 29.96%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6979B (or 0xC6979B) is known color: Careys Pink. HEX triplet: C6, 97 and 9B. RGB value is (198,151,155). Sum of RGB (Red+Green+Blue) = 198+151+155=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6979B is #396864. Grayscale: #A5A5A5. Windows color (decimal): -3762277 or 10196934. OLE color: 10196934.

HSL color Cylindrical-coordinate representation of color #C6979B: hue angle of 354.89º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6979B is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 155 -
CMYK 0 0.24 0.22 0.22
HSL 354.89º 0.29% 0.68% -
HSV(B) 354.89º 0.24% 0.78% -
XYZ 40.27 36.51 35.93 -
YUV 165.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 198 151 155 0 0.24 0.22 0.22 354.89 0.29 0.68
Hex C6 97 9B 0 18 16 16 163 1D 44
Octal 306 227 233 0 30 26 26 543 35 104
Binary 11000110 10010111 10011011 0 11000 10110 10110 101100011 11101 1000100

Color Harmonies of #C6979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6979B

Black with #C6979B

Text Example


Text Example

White with #C6979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6979B; }

 p { color: rgb(198,151,155); }

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

background-color css

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

 a { background-color: rgb(198,151,155); }

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

border-color css

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

 span { border-color: rgb(198,151,155); }

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