Html Css Color HEX #C4969D Careys Pink

📋 copy color: '#C4969D'

red 196 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #C4969D

Tints of Careys Pink #C4969D

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

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

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

R = 38.97%
G = 29.82%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4969D (or 0xC4969D) is known color: Careys Pink. HEX triplet: C4, 96 and 9D. RGB value is (196,150,157). Sum of RGB (Red+Green+Blue) = 196+150+157=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4969D is #3B6962. Grayscale: #A4A4A4. Windows color (decimal): -3893603 or 10327748. OLE color: 10327748.

HSL color Cylindrical-coordinate representation of color #C4969D: hue angle of 350.87º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4969D is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 157 -
CMYK 0 0.23 0.20 0.23
HSL 350.87º 0.28% 0.68% -
HSV(B) 350.87º 0.23% 0.77% -
XYZ 39.76 35.98 36.75 -
YUV 164.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 196 150 157 0 0.23 0.20 0.23 350.87 0.28 0.68
Hex C4 96 9D 0 17 14 17 15F 1C 44
Octal 304 226 235 0 27 24 27 537 34 104
Binary 11000100 10010110 10011101 0 10111 10100 10111 101011111 11100 1000100

Color Harmonies of #C4969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4969D

Black with #C4969D

Text Example


Text Example

White with #C4969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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