Html Css Color HEX #C38E90 Careys Pink

📋 copy color: '#C38E90'

red 195 ◦ green 142 ◦ blue 144

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

Shades of Careys Pink #C38E90

Tints of Careys Pink #C38E90

RGB

 RED value IS 195 (76.56% from 255) = 40.54%

 GREEN value IS 142 (55.86% from 255) = 29.52%

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

R = 40.54%
G = 29.52%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38E90 (or 0xC38E90) is known color: Careys Pink. HEX triplet: C3, 8E and 90. RGB value is (195,142,144). Sum of RGB (Red+Green+Blue) = 195+142+144=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38E90 is #3C716F. Grayscale: #9E9E9E. Windows color (decimal): -3961200 or 9473731. OLE color: 9473731.

HSL color Cylindrical-coordinate representation of color #C38E90: hue angle of 357.74º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38E90 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 144 -
CMYK 0 0.27 0.26 0.24
HSL 357.74º 0.31% 0.66% -
HSV(B) 357.74º 0.27% 0.76% -
XYZ 37.21 32.96 30.79 -
YUV 158.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 195 142 144 0 0.27 0.26 0.24 357.74 0.31 0.66
Hex C3 8E 90 0 1B 1A 18 166 1F 42
Octal 303 216 220 0 33 32 30 546 37 102
Binary 11000011 10001110 10010000 0 11011 11010 11000 101100110 11111 1000010

Color Harmonies of #C38E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E90

Black with #C38E90

Text Example


Text Example

White with #C38E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E90; }

 p { color: rgb(195,142,144); }

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

background-color css

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

 a { background-color: rgb(195,142,144); }

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

border-color css

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

 span { border-color: rgb(195,142,144); }

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