Html Css Color HEX #C8979B Careys Pink

📋 copy color: '#C8979B'

red 200 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #C8979B

Tints of Careys Pink #C8979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.84%

 BLUE value IS 155 (60.94% from 255) = 30.63%

R = 39.53%
G = 29.84%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8979B (or 0xC8979B) is known color: Careys Pink. HEX triplet: C8, 97 and 9B. RGB value is (200,151,155). Sum of RGB (Red+Green+Blue) = 200+151+155=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8979B is #376864. Grayscale: #A6A6A6. Windows color (decimal): -3631205 or 10196936. OLE color: 10196936.

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

Color convert

RGB 200 151 155 -
CMYK 0 0.24 0.22 0.22
HSL 355.1º 0.31% 0.69% -
HSV(B) 355.1º 0.25% 0.78% -
XYZ 40.8 36.78 35.96 -
YUV 166.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 200 151 155 0 0.24 0.22 0.22 355.1 0.31 0.69
Hex C8 97 9B 0 18 16 16 163 1F 45
Octal 310 227 233 0 30 26 26 543 37 105
Binary 11001000 10010111 10011011 0 11000 10110 10110 101100011 11111 1000101

Color Harmonies of #C8979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8979B

Black with #C8979B

Text Example


Text Example

White with #C8979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8979B; }

 p { color: rgb(200,151,155); }

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

background-color css

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

 a { background-color: rgb(200,151,155); }

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

border-color css

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

 span { border-color: rgb(200,151,155); }

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