Html Css Color HEX #C8969D Careys Pink

📋 copy color: '#C8969D'

red 200 ◦ green 150 ◦ blue 157

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

Shades of Careys Pink #C8969D

Tints of Careys Pink #C8969D

RGB

 RED value IS 200 (78.52% from 255) = 39.45%

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

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

R = 39.45%
G = 29.59%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8969D (or 0xC8969D) is known color: Careys Pink. HEX triplet: C8, 96 and 9D. RGB value is (200,150,157). Sum of RGB (Red+Green+Blue) = 200+150+157=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8969D is #376962. Grayscale: #A5A5A5. Windows color (decimal): -3631459 or 10327752. OLE color: 10327752.

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

Color convert

RGB 200 150 157 -
CMYK 0 0.25 0.22 0.22
HSL 351.6º 0.31% 0.69% -
HSV(B) 351.6º 0.25% 0.78% -
XYZ 40.81 36.53 36.8 -
YUV 165.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 200 150 157 0 0.25 0.22 0.22 351.6 0.31 0.69
Hex C8 96 9D 0 19 16 16 160 1F 45
Octal 310 226 235 0 31 26 26 540 37 105
Binary 11001000 10010110 10011101 0 11001 10110 10110 101100000 11111 1000101

Color Harmonies of #C8969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8969D

Black with #C8969D

Text Example


Text Example

White with #C8969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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