Html Css Color HEX #C7837F Oriental Pink

📋 copy color: '#C7837F'

red 199 ◦ green 131 ◦ blue 127

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

Shades of Oriental Pink #C7837F

Tints of Oriental Pink #C7837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.79%

R = 43.54%
G = 28.67%
B = 27.79%

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

#C7837F (or 0xC7837F) is known color: Oriental Pink. HEX triplet: C7, 83 and 7F. RGB value is (199,131,127). Sum of RGB (Red+Green+Blue) = 199+131+127=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7837F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7837F is #387C80. Grayscale: #969696. Windows color (decimal): -3701889 or 8356807. OLE color: 8356807.

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

Color convert

RGB 199 131 127 -
CMYK 0 0.34 0.36 0.22
HSL 3.33º 0.39% 0.64% -
HSV(B) 3.33º 0.36% 0.78% -
XYZ 35.5 29.91 23.98 -
YUV 150.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 199 131 127 0 0.34 0.36 0.22 3.33 0.39 0.64
Hex C7 83 7F 0 22 24 16 3 27 40
Octal 307 203 177 0 42 44 26 3 47 100
Binary 11000111 10000011 1111111 0 100010 100100 10110 11 100111 1000000

Color Harmonies of #C7837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7837F

Black with #C7837F

Text Example


Text Example

White with #C7837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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