Html Css Color HEX #C49495 Careys Pink

📋 copy color: '#C49495'

red 196 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #C49495

Tints of Careys Pink #C49495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 39.76%
G = 30.02%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C49495 (or 0xC49495) is known color: Careys Pink. HEX triplet: C4, 94 and 95. RGB value is (196,148,149). Sum of RGB (Red+Green+Blue) = 196+148+149=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49495 is #3B6B6A. Grayscale: #A2A2A2. Windows color (decimal): -3894123 or 9802948. OLE color: 9802948.

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

Color convert

RGB 196 148 149 -
CMYK 0 0.24 0.24 0.23
HSL 358.75º 0.29% 0.67% -
HSV(B) 358.75º 0.24% 0.77% -
XYZ 38.78 35.09 33.16 -
YUV 162.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 196 148 149 0 0.24 0.24 0.23 358.75 0.29 0.67
Hex C4 94 95 0 18 18 17 167 1D 43
Octal 304 224 225 0 30 30 27 547 35 103
Binary 11000100 10010100 10010101 0 11000 11000 10111 101100111 11101 1000011

Color Harmonies of #C49495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49495

Black with #C49495

Text Example


Text Example

White with #C49495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49495; }

 p { color: rgb(196,148,149); }

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

background-color css

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

 a { background-color: rgb(196,148,149); }

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

border-color css

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

 span { border-color: rgb(196,148,149); }

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