Html Css Color HEX #C28580 Oriental Pink

📋 copy color: '#C28580'

red 194 ◦ green 133 ◦ blue 128

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

Shades of Oriental Pink #C28580

Tints of Oriental Pink #C28580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

 BLUE value IS 128 (50.39% from 255) = 28.13%

R = 42.64%
G = 29.23%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C28580 (or 0xC28580) is known color: Oriental Pink. HEX triplet: C2, 85 and 80. RGB value is (194,133,128). Sum of RGB (Red+Green+Blue) = 194+133+128=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28580 is #3D7A7F. Grayscale: #969696. Windows color (decimal): -4029056 or 8422850. OLE color: 8422850.

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

Color convert

RGB 194 133 128 -
CMYK 0 0.31 0.34 0.24
HSL 4.55º 0.35% 0.63% -
HSV(B) 4.55º 0.34% 0.76% -
XYZ 34.53 29.8 24.35 -
YUV 150.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 194 133 128 0 0.31 0.34 0.24 4.55 0.35 0.63
Hex C2 85 80 0 1F 22 18 5 23 3F
Octal 302 205 200 0 37 42 30 5 43 77
Binary 11000010 10000101 10000000 0 11111 100010 11000 101 100011 111111

Color Harmonies of #C28580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28580

Black with #C28580

Text Example


Text Example

White with #C28580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28580; }

 p { color: rgb(194,133,128); }

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

background-color css

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

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

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

border-color css

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

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

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