Html Css Color HEX #C7969D Careys Pink

📋 copy color: '#C7969D'

red 199 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #C7969D

Tints of Careys Pink #C7969D

RGB

 RED value IS 199 (78.13% from 255) = 39.33%

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

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

R = 39.33%
G = 29.64%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C7969D (or 0xC7969D) is known color: Careys Pink. HEX triplet: C7, 96 and 9D. RGB value is (199,150,157). Sum of RGB (Red+Green+Blue) = 199+150+157=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7969D is #386962. Grayscale: #A5A5A5. Windows color (decimal): -3696995 or 10327751. OLE color: 10327751.

HSL color Cylindrical-coordinate representation of color #C7969D: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7969D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 157 -
CMYK 0 0.25 0.21 0.22
HSL 351.43º 0.3% 0.68% -
HSV(B) 351.43º 0.25% 0.78% -
XYZ 40.55 36.39 36.79 -
YUV 165.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 199 150 157 0 0.25 0.21 0.22 351.43 0.3 0.68
Hex C7 96 9D 0 19 15 16 15F 1E 44
Octal 307 226 235 0 31 25 26 537 36 104
Binary 11000111 10010110 10011101 0 11001 10101 10110 101011111 11110 1000100

Color Harmonies of #C7969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7969D

Black with #C7969D

Text Example


Text Example

White with #C7969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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