Html Css Color HEX #C39498 Careys Pink

📋 copy color: '#C39498'

red 195 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #C39498

Tints of Careys Pink #C39498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

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

R = 39.39%
G = 29.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C39498 (or 0xC39498) is known color: Careys Pink. HEX triplet: C3, 94 and 98. RGB value is (195,148,152). Sum of RGB (Red+Green+Blue) = 195+148+152=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C39498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39498 is #3C6B67. Grayscale: #A2A2A2. Windows color (decimal): -3959656 or 9999555. OLE color: 9999555.

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

Color convert

RGB 195 148 152 -
CMYK 0 0.24 0.22 0.24
HSL 354.89º 0.28% 0.67% -
HSV(B) 354.89º 0.24% 0.76% -
XYZ 38.76 35.05 34.43 -
YUV 162.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 195 148 152 0 0.24 0.22 0.24 354.89 0.28 0.67
Hex C3 94 98 0 18 16 18 163 1C 43
Octal 303 224 230 0 30 26 30 543 34 103
Binary 11000011 10010100 10011000 0 11000 10110 11000 101100011 11100 1000011

Color Harmonies of #C39498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39498

Black with #C39498

Text Example


Text Example

White with #C39498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39498; }

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

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

background-color css

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

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

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

border-color css

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

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

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