Html Css Color HEX #C28582 Oriental Pink

📋 copy color: '#C28582'

red 194 ◦ green 133 ◦ blue 130

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

Shades of Oriental Pink #C28582

Tints of Oriental Pink #C28582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.45%

R = 42.45%
G = 29.1%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C28582 (or 0xC28582) is known color: Oriental Pink. HEX triplet: C2, 85 and 82. RGB value is (194,133,130). Sum of RGB (Red+Green+Blue) = 194+133+130=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28582 is #3D7A7D. Grayscale: #969696. Windows color (decimal): -4029054 or 8553922. OLE color: 8553922.

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

Color convert

RGB 194 133 130 -
CMYK 0 0.31 0.33 0.24
HSL 2.81º 0.34% 0.64% -
HSV(B) 2.81º 0.33% 0.76% -
XYZ 34.66 29.86 25.05 -
YUV 150.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 194 133 130 0 0.31 0.33 0.24 2.81 0.34 0.64
Hex C2 85 82 0 1F 21 18 3 22 40
Octal 302 205 202 0 37 41 30 3 42 100
Binary 11000010 10000101 10000010 0 11111 100001 11000 11 100010 1000000

Color Harmonies of #C28582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28582

Black with #C28582

Text Example


Text Example

White with #C28582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28582; }

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

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

background-color css

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

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

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

border-color css

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

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

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