Html Css Color HEX #C49293 Careys Pink

📋 copy color: '#C49293'

red 196 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #C49293

Tints of Careys Pink #C49293

RGB

 RED value IS 196 (76.95% from 255) = 40.08%

 GREEN value IS 146 (57.42% from 255) = 29.86%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 40.08%
G = 29.86%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C49293 (or 0xC49293) is known color: Careys Pink. HEX triplet: C4, 92 and 93. RGB value is (196,146,147). Sum of RGB (Red+Green+Blue) = 196+146+147=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C49293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49293 is #3B6D6C. Grayscale: #A1A1A1. Windows color (decimal): -3894637 or 9671364. OLE color: 9671364.

HSL color Cylindrical-coordinate representation of color #C49293: hue angle of 358.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49293 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 147 -
CMYK 0 0.26 0.25 0.23
HSL 358.8º 0.3% 0.67% -
HSV(B) 358.8º 0.26% 0.77% -
XYZ 38.31 34.4 32.22 -
YUV 161.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 196 146 147 0 0.26 0.25 0.23 358.8 0.3 0.67
Hex C4 92 93 0 1A 19 17 167 1E 43
Octal 304 222 223 0 32 31 27 547 36 103
Binary 11000100 10010010 10010011 0 11010 11001 10111 101100111 11110 1000011

Color Harmonies of #C49293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49293

Black with #C49293

Text Example


Text Example

White with #C49293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49293; }

 p { color: rgb(196,146,147); }

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

background-color css

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

 a { background-color: rgb(196,146,147); }

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

border-color css

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

 span { border-color: rgb(196,146,147); }

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