Html Css Color HEX #C2979C Careys Pink

📋 copy color: '#C2979C'

red 194 ◦ green 151 ◦ blue 156

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

Shades of Careys Pink #C2979C

Tints of Careys Pink #C2979C

RGB

 RED value IS 194 (76.17% from 255) = 38.72%

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

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 38.72%
G = 30.14%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2979C (or 0xC2979C) is known color: Careys Pink. HEX triplet: C2, 97 and 9C. RGB value is (194,151,156). Sum of RGB (Red+Green+Blue) = 194+151+156=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2979C is #3D6863. Grayscale: #A4A4A4. Windows color (decimal): -4024420 or 10262466. OLE color: 10262466.

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

Color convert

RGB 194 151 156 -
CMYK 0 0.22 0.20 0.24
HSL 353.02º 0.26% 0.68% -
HSV(B) 353.02º 0.22% 0.76% -
XYZ 39.32 36 36.33 -
YUV 164.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 194 151 156 0 0.22 0.20 0.24 353.02 0.26 0.68
Hex C2 97 9C 0 16 14 18 161 1A 44
Octal 302 227 234 0 26 24 30 541 32 104
Binary 11000010 10010111 10011100 0 10110 10100 11000 101100001 11010 1000100

Color Harmonies of #C2979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2979C

Black with #C2979C

Text Example


Text Example

White with #C2979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2979C; }

 p { color: rgb(194,151,156); }

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

background-color css

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

 a { background-color: rgb(194,151,156); }

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

border-color css

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

 span { border-color: rgb(194,151,156); }

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