Html Css Color HEX #C39396 Careys Pink

📋 copy color: '#C39396'

red 195 ◦ green 147 ◦ blue 150

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

Shades of Careys Pink #C39396

Tints of Careys Pink #C39396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 39.63%
G = 29.88%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C39396 (or 0xC39396) is known color: Careys Pink. HEX triplet: C3, 93 and 96. RGB value is (195,147,150). Sum of RGB (Red+Green+Blue) = 195+147+150=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C39396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39396 is #3C6C69. Grayscale: #A1A1A1. Windows color (decimal): -3959914 or 9868227. OLE color: 9868227.

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

Color convert

RGB 195 147 150 -
CMYK 0 0.25 0.23 0.24
HSL 356.25º 0.29% 0.67% -
HSV(B) 356.25º 0.25% 0.76% -
XYZ 38.44 34.67 33.52 -
YUV 161.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 195 147 150 0 0.25 0.23 0.24 356.25 0.29 0.67
Hex C3 93 96 0 19 17 18 164 1D 43
Octal 303 223 226 0 31 27 30 544 35 103
Binary 11000011 10010011 10010110 0 11001 10111 11000 101100100 11101 1000011

Color Harmonies of #C39396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39396

Black with #C39396

Text Example


Text Example

White with #C39396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39396; }

 p { color: rgb(195,147,150); }

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

background-color css

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

 a { background-color: rgb(195,147,150); }

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

border-color css

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

 span { border-color: rgb(195,147,150); }

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