Html Css Color HEX #C88383 Oriental Pink

📋 copy color: '#C88383'

red 200 ◦ green 131 ◦ blue 131

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

Shades of Oriental Pink #C88383

Tints of Oriental Pink #C88383

RGB

 RED value IS 200 (78.52% from 255) = 43.29%

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

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

R = 43.29%
G = 28.35%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88383 (or 0xC88383) is known color: Oriental Pink. HEX triplet: C8, 83 and 83. RGB value is (200,131,131). Sum of RGB (Red+Green+Blue) = 200+131+131=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88383 is #377C7C. Grayscale: #979797. Windows color (decimal): -3636349 or 8618952. OLE color: 8618952.

HSL color Cylindrical-coordinate representation of color #C88383: hue angle of 0º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88383 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 131 -
CMYK 0 0.34 0.34 0.22
HSL 0.39% 0.65% -
HSV(B) 0.35% 0.78% -
XYZ 36.03 30.15 25.39 -
YUV 151.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 200 131 131 0 0.34 0.34 0.22 0 0.39 0.65
Hex C8 83 83 0 22 22 16 0 27 41
Octal 310 203 203 0 42 42 26 0 47 101
Binary 11001000 10000011 10000011 0 100010 100010 10110 0 100111 1000001

Color Harmonies of #C88383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88383

Black with #C88383

Text Example


Text Example

White with #C88383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88383; }

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

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

background-color css

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

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

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

border-color css

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

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

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