Html Css Color HEX #C7827F Oriental Pink

📋 copy color: '#C7827F'

red 199 ◦ green 130 ◦ blue 127

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

Shades of Oriental Pink #C7827F

Tints of Oriental Pink #C7827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 43.64%
G = 28.51%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7827F (or 0xC7827F) is known color: Oriental Pink. HEX triplet: C7, 82 and 7F. RGB value is (199,130,127). Sum of RGB (Red+Green+Blue) = 199+130+127=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7827F is #387D80. Grayscale: #969696. Windows color (decimal): -3702145 or 8356551. OLE color: 8356551.

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

Color convert

RGB 199 130 127 -
CMYK 0 0.35 0.36 0.22
HSL 2.5º 0.39% 0.64% -
HSV(B) 2.5º 0.36% 0.78% -
XYZ 35.37 29.64 23.94 -
YUV 150.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 199 130 127 0 0.35 0.36 0.22 2.5 0.39 0.64
Hex C7 82 7F 0 23 24 16 2 27 40
Octal 307 202 177 0 43 44 26 2 47 100
Binary 11000111 10000010 1111111 0 100011 100100 10110 10 100111 1000000

Color Harmonies of #C7827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7827F

Black with #C7827F

Text Example


Text Example

White with #C7827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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