Html Css Color HEX #C58F90 Careys Pink

📋 copy color: '#C58F90'

red 197 ◦ green 143 ◦ blue 144

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

Shades of Careys Pink #C58F90

Tints of Careys Pink #C58F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 40.7%
G = 29.55%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C58F90 (or 0xC58F90) is known color: Careys Pink. HEX triplet: C5, 8F and 90. RGB value is (197,143,144). Sum of RGB (Red+Green+Blue) = 197+143+144=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F90 is #3A706F. Grayscale: #9F9F9F. Windows color (decimal): -3829872 or 9473989. OLE color: 9473989.

HSL color Cylindrical-coordinate representation of color #C58F90: hue angle of 358.89º 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 #C58F90 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 143 144 -
CMYK 0 0.27 0.27 0.23
HSL 358.89º 0.32% 0.67% -
HSV(B) 358.89º 0.27% 0.77% -
XYZ 37.88 33.53 30.86 -
YUV 159.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 197 143 144 0 0.27 0.27 0.23 358.89 0.32 0.67
Hex C5 8F 90 0 1B 1B 17 167 20 43
Octal 305 217 220 0 33 33 27 547 40 103
Binary 11000101 10001111 10010000 0 11011 11011 10111 101100111 100000 1000011

Color Harmonies of #C58F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F90

Black with #C58F90

Text Example


Text Example

White with #C58F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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