Html Css Color HEX #C7918E Oriental Pink

📋 copy color: '#C7918E'

red 199 ◦ green 145 ◦ blue 142

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

Shades of Oriental Pink #C7918E

Tints of Oriental Pink #C7918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 40.95%
G = 29.84%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7918E (or 0xC7918E) is known color: Oriental Pink. HEX triplet: C7, 91 and 8E. RGB value is (199,145,142). Sum of RGB (Red+Green+Blue) = 199+145+142=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7918E is #386E71. Grayscale: #A0A0A0. Windows color (decimal): -3698290 or 9343431. OLE color: 9343431.

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

Color convert

RGB 199 145 142 -
CMYK 0 0.27 0.29 0.22
HSL 3.16º 0.34% 0.67% -
HSV(B) 3.16º 0.29% 0.78% -
XYZ 38.56 34.35 30.19 -
YUV 160.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 199 145 142 0 0.27 0.29 0.22 3.16 0.34 0.67
Hex C7 91 8E 0 1B 1D 16 3 22 43
Octal 307 221 216 0 33 35 26 3 42 103
Binary 11000111 10010001 10001110 0 11011 11101 10110 11 100010 1000011

Color Harmonies of #C7918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7918E

Black with #C7918E

Text Example


Text Example

White with #C7918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7918E; }

 p { color: rgb(199,145,142); }

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

background-color css

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

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

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

border-color css

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

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

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