Html Css Color HEX #C89293 Careys Pink

📋 copy color: '#C89293'

red 200 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #C89293

Tints of Careys Pink #C89293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.61%

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 40.57%
G = 29.61%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C89293 (or 0xC89293) is known color: Careys Pink. HEX triplet: C8, 92 and 93. RGB value is (200,146,147). Sum of RGB (Red+Green+Blue) = 200+146+147=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C89293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89293 is #376D6C. Grayscale: #A2A2A2. Windows color (decimal): -3632493 or 9671368. OLE color: 9671368.

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

Color convert

RGB 200 146 147 -
CMYK 0 0.27 0.26 0.22
HSL 358.89º 0.33% 0.68% -
HSV(B) 358.89º 0.27% 0.78% -
XYZ 39.36 34.94 32.27 -
YUV 162.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 200 146 147 0 0.27 0.26 0.22 358.89 0.33 0.68
Hex C8 92 93 0 1B 1A 16 167 21 44
Octal 310 222 223 0 33 32 26 547 41 104
Binary 11001000 10010010 10010011 0 11011 11010 10110 101100111 100001 1000100

Color Harmonies of #C89293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89293

Black with #C89293

Text Example


Text Example

White with #C89293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89293; }

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

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

background-color css

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

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

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

border-color css

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

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

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