Html Css Color HEX #C28A88 Oriental Pink

📋 copy color: '#C28A88'

red 194 ◦ green 138 ◦ blue 136

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

Shades of Oriental Pink #C28A88

Tints of Oriental Pink #C28A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 41.45%
G = 29.49%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C28A88 (or 0xC28A88) is known color: Oriental Pink. HEX triplet: C2, 8A and 88. RGB value is (194,138,136). Sum of RGB (Red+Green+Blue) = 194+138+136=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28A88 is #3D7577. Grayscale: #9A9A9A. Windows color (decimal): -4027768 or 8948418. OLE color: 8948418.

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

Color convert

RGB 194 138 136 -
CMYK 0 0.29 0.30 0.24
HSL 2.07º 0.32% 0.65% -
HSV(B) 2.07º 0.3% 0.76% -
XYZ 35.78 31.42 27.47 -
YUV 154.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 194 138 136 0 0.29 0.30 0.24 2.07 0.32 0.65
Hex C2 8A 88 0 1D 1E 18 2 20 41
Octal 302 212 210 0 35 36 30 2 40 101
Binary 11000010 10001010 10001000 0 11101 11110 11000 10 100000 1000001

Color Harmonies of #C28A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28A88

Black with #C28A88

Text Example


Text Example

White with #C28A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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