Html Css Color HEX #C39698 Careys Pink

📋 copy color: '#C39698'

red 195 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #C39698

Tints of Careys Pink #C39698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.18%

 BLUE value IS 152 (59.77% from 255) = 30.58%

R = 39.24%
G = 30.18%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C39698 (or 0xC39698) is known color: Careys Pink. HEX triplet: C3, 96 and 98. RGB value is (195,150,152). Sum of RGB (Red+Green+Blue) = 195+150+152=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C39698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39698 is #3C6967. Grayscale: #A3A3A3. Windows color (decimal): -3959144 or 10000067. OLE color: 10000067.

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

Color convert

RGB 195 150 152 -
CMYK 0 0.23 0.22 0.24
HSL 357.33º 0.27% 0.68% -
HSV(B) 357.33º 0.23% 0.76% -
XYZ 39.08 35.68 34.53 -
YUV 163.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 195 150 152 0 0.23 0.22 0.24 357.33 0.27 0.68
Hex C3 96 98 0 17 16 18 165 1B 44
Octal 303 226 230 0 27 26 30 545 33 104
Binary 11000011 10010110 10011000 0 10111 10110 11000 101100101 11011 1000100

Color Harmonies of #C39698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39698

Black with #C39698

Text Example


Text Example

White with #C39698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39698; }

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

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

background-color css

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

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

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

border-color css

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

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

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