Html Css Color HEX #C78581 Oriental Pink

📋 copy color: '#C78581'

red 199 ◦ green 133 ◦ blue 129

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

Shades of Oriental Pink #C78581

Tints of Oriental Pink #C78581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 43.17%
G = 28.85%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C78581 (or 0xC78581) is known color: Oriental Pink. HEX triplet: C7, 85 and 81. RGB value is (199,133,129). Sum of RGB (Red+Green+Blue) = 199+133+129=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C78581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78581 is #387A7E. Grayscale: #989898. Windows color (decimal): -3701375 or 8488391. OLE color: 8488391.

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

Color convert

RGB 199 133 129 -
CMYK 0 0.33 0.35 0.22
HSL 3.43º 0.38% 0.64% -
HSV(B) 3.43º 0.35% 0.78% -
XYZ 35.9 30.5 24.76 -
YUV 152.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 199 133 129 0 0.33 0.35 0.22 3.43 0.38 0.64
Hex C7 85 81 0 21 23 16 3 26 40
Octal 307 205 201 0 41 43 26 3 46 100
Binary 11000111 10000101 10000001 0 100001 100011 10110 11 100110 1000000

Color Harmonies of #C78581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78581

Black with #C78581

Text Example


Text Example

White with #C78581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78581; }

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

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

background-color css

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

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

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

border-color css

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

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

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