Html Css Color HEX #C58F92 Careys Pink

📋 copy color: '#C58F92'

red 197 ◦ green 143 ◦ blue 146

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

Shades of Careys Pink #C58F92

Tints of Careys Pink #C58F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

 BLUE value IS 146 (57.42% from 255) = 30.04%

R = 40.53%
G = 29.42%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C58F92 (or 0xC58F92) is known color: Careys Pink. HEX triplet: C5, 8F and 92. RGB value is (197,143,146). Sum of RGB (Red+Green+Blue) = 197+143+146=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F92 is #3A706D. Grayscale: #9F9F9F. Windows color (decimal): -3829870 or 9605061. OLE color: 9605061.

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

Color convert

RGB 197 143 146 -
CMYK 0 0.27 0.26 0.23
HSL 356.67º 0.32% 0.67% -
HSV(B) 356.67º 0.27% 0.77% -
XYZ 38.04 33.59 31.67 -
YUV 159.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 197 143 146 0 0.27 0.26 0.23 356.67 0.32 0.67
Hex C5 8F 92 0 1B 1A 17 165 20 43
Octal 305 217 222 0 33 32 27 545 40 103
Binary 11000101 10001111 10010010 0 11011 11010 10111 101100101 100000 1000011

Color Harmonies of #C58F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F92

Black with #C58F92

Text Example


Text Example

White with #C58F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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