Html Css Color HEX #C3969D Careys Pink

📋 copy color: '#C3969D'

red 195 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #C3969D

Tints of Careys Pink #C3969D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 38.84%
G = 29.88%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3969D (or 0xC3969D) is known color: Careys Pink. HEX triplet: C3, 96 and 9D. RGB value is (195,150,157). Sum of RGB (Red+Green+Blue) = 195+150+157=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3969D is #3C6962. Grayscale: #A4A4A4. Windows color (decimal): -3959139 or 10327747. OLE color: 10327747.

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

Color convert

RGB 195 150 157 -
CMYK 0 0.23 0.19 0.24
HSL 350.67º 0.27% 0.68% -
HSV(B) 350.67º 0.23% 0.76% -
XYZ 39.5 35.85 36.74 -
YUV 164.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 195 150 157 0 0.23 0.19 0.24 350.67 0.27 0.68
Hex C3 96 9D 0 17 13 18 15F 1B 44
Octal 303 226 235 0 27 23 30 537 33 104
Binary 11000011 10010110 10011101 0 10111 10011 11000 101011111 11011 1000100

Color Harmonies of #C3969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3969D

Black with #C3969D

Text Example


Text Example

White with #C3969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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