Html Css Color HEX #C88381 Oriental Pink

📋 copy color: '#C88381'

red 200 ◦ green 131 ◦ blue 129

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

Shades of Oriental Pink #C88381

Tints of Oriental Pink #C88381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.04%

R = 43.48%
G = 28.48%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C88381 (or 0xC88381) is known color: Oriental Pink. HEX triplet: C8, 83 and 81. RGB value is (200,131,129). Sum of RGB (Red+Green+Blue) = 200+131+129=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C88381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88381 is #377C7E. Grayscale: #979797. Windows color (decimal): -3636351 or 8487880. OLE color: 8487880.

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

Color convert

RGB 200 131 129 -
CMYK 0 0.34 0.36 0.22
HSL 1.69º 0.39% 0.65% -
HSV(B) 1.69º 0.36% 0.78% -
XYZ 35.9 30.1 24.69 -
YUV 151.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 200 131 129 0 0.34 0.36 0.22 1.69 0.39 0.65
Hex C8 83 81 0 22 24 16 2 27 41
Octal 310 203 201 0 42 44 26 2 47 101
Binary 11001000 10000011 10000001 0 100010 100100 10110 10 100111 1000001

Color Harmonies of #C88381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88381

Black with #C88381

Text Example


Text Example

White with #C88381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88381; }

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

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

background-color css

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

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

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

border-color css

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

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

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