Html Css Color HEX #C78381 Oriental Pink

📋 copy color: '#C78381'

red 199 ◦ green 131 ◦ blue 129

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

Shades of Oriental Pink #C78381

Tints of Oriental Pink #C78381

RGB

 RED value IS 199 (78.13% from 255) = 43.36%

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

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

R = 43.36%
G = 28.54%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C78381 (or 0xC78381) is known color: Oriental Pink. HEX triplet: C7, 83 and 81. RGB value is (199,131,129). Sum of RGB (Red+Green+Blue) = 199+131+129=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C78381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78381 is #387C7E. Grayscale: #979797. Windows color (decimal): -3701887 or 8487879. OLE color: 8487879.

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

Color convert

RGB 199 131 129 -
CMYK 0 0.34 0.35 0.22
HSL 1.71º 0.38% 0.64% -
HSV(B) 1.71º 0.35% 0.78% -
XYZ 35.63 29.96 24.67 -
YUV 151.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 199 131 129 0 0.34 0.35 0.22 1.71 0.38 0.64
Hex C7 83 81 0 22 23 16 2 26 40
Octal 307 203 201 0 42 43 26 2 46 100
Binary 11000111 10000011 10000001 0 100010 100011 10110 10 100110 1000000

Color Harmonies of #C78381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78381

Black with #C78381

Text Example


Text Example

White with #C78381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78381; }

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

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

background-color css

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

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

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

border-color css

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

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

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