Html Css Color HEX #C28383 Oriental Pink

📋 copy color: '#C28383'

red 194 ◦ green 131 ◦ blue 131

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

Shades of Oriental Pink #C28383

Tints of Oriental Pink #C28383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 42.54%
G = 28.73%
B = 28.73%

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

#C28383 (or 0xC28383) is known color: Oriental Pink. HEX triplet: C2, 83 and 83. RGB value is (194,131,131). Sum of RGB (Red+Green+Blue) = 194+131+131=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C28383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28383 is #3D7C7C. Grayscale: #959595. Windows color (decimal): -4029565 or 8618946. OLE color: 8618946.

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

Color convert

RGB 194 131 131 -
CMYK 0 0.32 0.32 0.24
HSL 0.34% 0.64% -
HSV(B) 0.32% 0.76% -
XYZ 34.46 29.34 25.32 -
YUV 149.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 194 131 131 0 0.32 0.32 0.24 0 0.34 0.64
Hex C2 83 83 0 20 20 18 0 22 40
Octal 302 203 203 0 40 40 30 0 42 100
Binary 11000010 10000011 10000011 0 100000 100000 11000 0 100010 1000000

Color Harmonies of #C28383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28383

Black with #C28383

Text Example


Text Example

White with #C28383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28383; }

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

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

background-color css

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

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

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

border-color css

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

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

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