Html Css Color HEX #C28982 Oriental Pink

📋 copy color: '#C28982'

red 194 ◦ green 137 ◦ blue 130

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

Shades of Oriental Pink #C28982

Tints of Oriental Pink #C28982

RGB

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

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

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

R = 42.08%
G = 29.72%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C28982 (or 0xC28982) is known color: Oriental Pink. HEX triplet: C2, 89 and 82. RGB value is (194,137,130). Sum of RGB (Red+Green+Blue) = 194+137+130=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28982 is #3D767D. Grayscale: #999999. Windows color (decimal): -4028030 or 8554946. OLE color: 8554946.

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

Color convert

RGB 194 137 130 -
CMYK 0 0.29 0.33 0.24
HSL 6.56º 0.34% 0.64% -
HSV(B) 6.56º 0.33% 0.76% -
XYZ 35.22 30.97 25.24 -
YUV 153.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 194 137 130 0 0.29 0.33 0.24 6.56 0.34 0.64
Hex C2 89 82 0 1D 21 18 7 22 40
Octal 302 211 202 0 35 41 30 7 42 100
Binary 11000010 10001001 10000010 0 11101 100001 11000 111 100010 1000000

Color Harmonies of #C28982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28982

Black with #C28982

Text Example


Text Example

White with #C28982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28982; }

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

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

background-color css

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

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

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

border-color css

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

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

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