Html Css Color HEX #C28983 Oriental Pink

📋 copy color: '#C28983'

red 194 ◦ green 137 ◦ blue 131

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

Shades of Oriental Pink #C28983

Tints of Oriental Pink #C28983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 41.99%
G = 29.65%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C28983 (or 0xC28983) is known color: Oriental Pink. HEX triplet: C2, 89 and 83. RGB value is (194,137,131). Sum of RGB (Red+Green+Blue) = 194+137+131=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C28983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28983 is #3D767C. Grayscale: #999999. Windows color (decimal): -4028029 or 8620482. OLE color: 8620482.

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

Color convert

RGB 194 137 131 -
CMYK 0 0.29 0.32 0.24
HSL 5.71º 0.34% 0.64% -
HSV(B) 5.71º 0.32% 0.76% -
XYZ 35.29 31 25.6 -
YUV 153.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 194 137 131 0 0.29 0.32 0.24 5.71 0.34 0.64
Hex C2 89 83 0 1D 20 18 6 22 40
Octal 302 211 203 0 35 40 30 6 42 100
Binary 11000010 10001001 10000011 0 11101 100000 11000 110 100010 1000000

Color Harmonies of #C28983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28983

Black with #C28983

Text Example


Text Example

White with #C28983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28983; }

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

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

background-color css

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

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

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

border-color css

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

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

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