Html Css Color HEX #C8989C Careys Pink

📋 copy color: '#C8989C'

red 200 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #C8989C

Tints of Careys Pink #C8989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.92%

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 39.37%
G = 29.92%
B = 30.71%

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

#C8989C (or 0xC8989C) is known color: Careys Pink. HEX triplet: C8, 98 and 9C. RGB value is (200,152,156). Sum of RGB (Red+Green+Blue) = 200+152+156=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8989C is #376763. Grayscale: #A6A6A6. Windows color (decimal): -3630948 or 10262728. OLE color: 10262728.

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

Color convert

RGB 200 152 156 -
CMYK 0 0.24 0.22 0.22
HSL 355º 0.3% 0.69% -
HSV(B) 355º 0.24% 0.78% -
XYZ 41.05 37.14 36.46 -
YUV 166.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 200 152 156 0 0.24 0.22 0.22 355 0.3 0.69
Hex C8 98 9C 0 18 16 16 163 1E 45
Octal 310 230 234 0 30 26 26 543 36 105
Binary 11001000 10011000 10011100 0 11000 10110 10110 101100011 11110 1000101

Color Harmonies of #C8989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8989C

Black with #C8989C

Text Example


Text Example

White with #C8989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8989C; }

 p { color: rgb(200,152,156); }

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

background-color css

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

 a { background-color: rgb(200,152,156); }

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

border-color css

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

 span { border-color: rgb(200,152,156); }

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