Html Css Color HEX #C28A89 Oriental Pink

📋 copy color: '#C28A89'

red 194 ◦ green 138 ◦ blue 137

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

Shades of Oriental Pink #C28A89

Tints of Oriental Pink #C28A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

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

R = 41.36%
G = 29.42%
B = 29.21%

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

#C28A89 (or 0xC28A89) is known color: Oriental Pink. HEX triplet: C2, 8A and 89. RGB value is (194,138,137). Sum of RGB (Red+Green+Blue) = 194+138+137=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A89 is #3D7576. Grayscale: #9A9A9A. Windows color (decimal): -4027767 or 9013954. OLE color: 9013954.

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

Color convert

RGB 194 138 137 -
CMYK 0 0.29 0.29 0.24
HSL 1.05º 0.32% 0.65% -
HSV(B) 1.05º 0.29% 0.76% -
XYZ 35.85 31.45 27.85 -
YUV 154.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 194 138 137 0 0.29 0.29 0.24 1.05 0.32 0.65
Hex C2 8A 89 0 1D 1D 18 1 20 41
Octal 302 212 211 0 35 35 30 1 40 101
Binary 11000010 10001010 10001001 0 11101 11101 11000 1 100000 1000001

Color Harmonies of #C28A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A89

Black with #C28A89

Text Example


Text Example

White with #C28A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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