Html Css Color HEX #C7867F Oriental Pink

📋 copy color: '#C7867F'

red 199 ◦ green 134 ◦ blue 127

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

Shades of Oriental Pink #C7867F

Tints of Oriental Pink #C7867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

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

R = 43.26%
G = 29.13%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7867F (or 0xC7867F) is known color: Oriental Pink. HEX triplet: C7, 86 and 7F. RGB value is (199,134,127). Sum of RGB (Red+Green+Blue) = 199+134+127=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7867F is #387980. Grayscale: #989898. Windows color (decimal): -3701121 or 8357575. OLE color: 8357575.

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

Color convert

RGB 199 134 127 -
CMYK 0 0.33 0.36 0.22
HSL 5.83º 0.39% 0.64% -
HSV(B) 5.83º 0.36% 0.78% -
XYZ 35.91 30.72 24.12 -
YUV 152.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 199 134 127 0 0.33 0.36 0.22 5.83 0.39 0.64
Hex C7 86 7F 0 21 24 16 6 27 40
Octal 307 206 177 0 41 44 26 6 47 100
Binary 11000111 10000110 1111111 0 100001 100100 10110 110 100111 1000000

Color Harmonies of #C7867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7867F

Black with #C7867F

Text Example


Text Example

White with #C7867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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