Html Css Color HEX #C28989 Oriental Pink

📋 copy color: '#C28989'

red 194 ◦ green 137 ◦ blue 137

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

Shades of Oriental Pink #C28989

Tints of Oriental Pink #C28989

RGB

 RED value IS 194 (76.17% from 255) = 41.45%

 GREEN value IS 137 (53.91% from 255) = 29.27%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 41.45%
G = 29.27%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C28989 (or 0xC28989) is known color: Oriental Pink. HEX triplet: C2, 89 and 89. RGB value is (194,137,137). Sum of RGB (Red+Green+Blue) = 194+137+137=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C28989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28989 is #3D7676. Grayscale: #9A9A9A. Windows color (decimal): -4028023 or 9013698. OLE color: 9013698.

HSL color Cylindrical-coordinate representation of color #C28989: hue angle of 0º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28989 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 137 -
CMYK 0 0.29 0.29 0.24
HSL 0.32% 0.65% -
HSV(B) 0.29% 0.76% -
XYZ 35.71 31.17 27.8 -
YUV 154.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 194 137 137 0 0.29 0.29 0.24 0 0.32 0.65
Hex C2 89 89 0 1D 1D 18 0 20 41
Octal 302 211 211 0 35 35 30 0 40 101
Binary 11000010 10001001 10001001 0 11101 11101 11000 0 100000 1000001

Color Harmonies of #C28989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28989

Black with #C28989

Text Example


Text Example

White with #C28989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28989; }

 p { color: rgb(194,137,137); }

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

background-color css

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

 a { background-color: rgb(194,137,137); }

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

border-color css

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

 span { border-color: rgb(194,137,137); }

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