Html Css Color HEX #C28884 Oriental Pink

📋 copy color: '#C28884'

red 194 ◦ green 136 ◦ blue 132

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

Shades of Oriental Pink #C28884

Tints of Oriental Pink #C28884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

 BLUE value IS 132 (51.95% from 255) = 28.57%

R = 41.99%
G = 29.44%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C28884 (or 0xC28884) is known color: Oriental Pink. HEX triplet: C2, 88 and 84. RGB value is (194,136,132). Sum of RGB (Red+Green+Blue) = 194+136+132=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28884 is #3D777B. Grayscale: #989898. Windows color (decimal): -4028284 or 8685762. OLE color: 8685762.

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

Color convert

RGB 194 136 132 -
CMYK 0 0.30 0.32 0.24
HSL 3.87º 0.34% 0.64% -
HSV(B) 3.87º 0.32% 0.76% -
XYZ 35.22 30.74 25.91 -
YUV 152.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 194 136 132 0 0.30 0.32 0.24 3.87 0.34 0.64
Hex C2 88 84 0 1E 20 18 4 22 40
Octal 302 210 204 0 36 40 30 4 42 100
Binary 11000010 10001000 10000100 0 11110 100000 11000 100 100010 1000000

Color Harmonies of #C28884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28884

Black with #C28884

Text Example


Text Example

White with #C28884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28884; }

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

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

background-color css

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

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

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

border-color css

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

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

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