Html Css Color HEX #C28483 Oriental Pink

📋 copy color: '#C28483'

red 194 ◦ green 132 ◦ blue 131

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

Shades of Oriental Pink #C28483

Tints of Oriental Pink #C28483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.88%

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

R = 42.45%
G = 28.88%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C28483 (or 0xC28483) is known color: Oriental Pink. HEX triplet: C2, 84 and 83. RGB value is (194,132,131). Sum of RGB (Red+Green+Blue) = 194+132+131=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28483 is #3D7B7C. Grayscale: #969696. Windows color (decimal): -4029309 or 8619202. OLE color: 8619202.

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

Color convert

RGB 194 132 131 -
CMYK 0 0.32 0.32 0.24
HSL 0.95º 0.34% 0.64% -
HSV(B) 0.95º 0.32% 0.76% -
XYZ 34.6 29.61 25.36 -
YUV 150.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 194 132 131 0 0.32 0.32 0.24 0.95 0.34 0.64
Hex C2 84 83 0 20 20 18 1 22 40
Octal 302 204 203 0 40 40 30 1 42 100
Binary 11000010 10000100 10000011 0 100000 100000 11000 1 100010 1000000

Color Harmonies of #C28483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28483

Black with #C28483

Text Example


Text Example

White with #C28483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28483; }

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

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

background-color css

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

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

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

border-color css

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

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

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