Html Css Color HEX #C59293 Careys Pink

📋 copy color: '#C59293'

red 197 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #C59293

Tints of Careys Pink #C59293

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

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

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

R = 40.2%
G = 29.8%
B = 30%

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

#C59293 (or 0xC59293) is known color: Careys Pink. HEX triplet: C5, 92 and 93. RGB value is (197,146,147). Sum of RGB (Red+Green+Blue) = 197+146+147=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C59293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59293 is #3A6D6C. Grayscale: #A1A1A1. Windows color (decimal): -3829101 or 9671365. OLE color: 9671365.

HSL color Cylindrical-coordinate representation of color #C59293: hue angle of 358.82º degrees, saturation: 0.31, 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 #C59293 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 146 147 -
CMYK 0 0.26 0.25 0.23
HSL 358.82º 0.31% 0.67% -
HSV(B) 358.82º 0.26% 0.77% -
XYZ 38.57 34.53 32.24 -
YUV 161.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 197 146 147 0 0.26 0.25 0.23 358.82 0.31 0.67
Hex C5 92 93 0 1A 19 17 167 1F 43
Octal 305 222 223 0 32 31 27 547 37 103
Binary 11000101 10010010 10010011 0 11010 11001 10111 101100111 11111 1000011

Color Harmonies of #C59293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59293

Black with #C59293

Text Example


Text Example

White with #C59293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59293; }

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

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

background-color css

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

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

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

border-color css

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

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

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