Html Css Color HEX #C88F92 Careys Pink

📋 copy color: '#C88F92'

red 200 ◦ green 143 ◦ blue 146

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

Shades of Careys Pink #C88F92

Tints of Careys Pink #C88F92

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 40.9%
G = 29.24%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C88F92 (or 0xC88F92) is known color: Careys Pink. HEX triplet: C8, 8F and 92. RGB value is (200,143,146). Sum of RGB (Red+Green+Blue) = 200+143+146=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F92 is #37706D. Grayscale: #A0A0A0. Windows color (decimal): -3633262 or 9605064. OLE color: 9605064.

HSL color Cylindrical-coordinate representation of color #C88F92: hue angle of 356.84º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88F92 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 146 -
CMYK 0 0.28 0.27 0.22
HSL 356.84º 0.34% 0.67% -
HSV(B) 356.84º 0.29% 0.78% -
XYZ 38.83 34 31.71 -
YUV 160.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 200 143 146 0 0.28 0.27 0.22 356.84 0.34 0.67
Hex C8 8F 92 0 1C 1B 16 165 22 43
Octal 310 217 222 0 34 33 26 545 42 103
Binary 11001000 10001111 10010010 0 11100 11011 10110 101100101 100010 1000011

Color Harmonies of #C88F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F92

Black with #C88F92

Text Example


Text Example

White with #C88F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F92; }

 p { color: rgb(200,143,146); }

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

background-color css

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

 a { background-color: rgb(200,143,146); }

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

border-color css

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

 span { border-color: rgb(200,143,146); }

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