Html Css Color HEX #C78181 Oriental Pink

📋 copy color: '#C78181'

red 199 ◦ green 129 ◦ blue 129

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

Shades of Oriental Pink #C78181

Tints of Oriental Pink #C78181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.23%

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

R = 43.54%
G = 28.23%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C78181 (or 0xC78181) is known color: Oriental Pink. HEX triplet: C7, 81 and 81. RGB value is (199,129,129). Sum of RGB (Red+Green+Blue) = 199+129+129=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C78181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78181 is #387E7E. Grayscale: #969696. Windows color (decimal): -3702399 or 8487367. OLE color: 8487367.

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

Color convert

RGB 199 129 129 -
CMYK 0 0.35 0.35 0.22
HSL 0.38% 0.64% -
HSV(B) 0.35% 0.78% -
XYZ 35.37 29.43 24.58 -
YUV 149.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 199 129 129 0 0.35 0.35 0.22 0 0.38 0.64
Hex C7 81 81 0 23 23 16 0 26 40
Octal 307 201 201 0 43 43 26 0 46 100
Binary 11000111 10000001 10000001 0 100011 100011 10110 0 100110 1000000

Color Harmonies of #C78181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78181

Black with #C78181

Text Example


Text Example

White with #C78181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78181; }

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

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

background-color css

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

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

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

border-color css

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

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

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