Html Css Color HEX #C7908A Oriental Pink

📋 copy color: '#C7908A'

red 199 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #C7908A

Tints of Oriental Pink #C7908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 41.37%
G = 29.94%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7908A (or 0xC7908A) is known color: Oriental Pink. HEX triplet: C7, 90 and 8A. RGB value is (199,144,138). Sum of RGB (Red+Green+Blue) = 199+144+138=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7908A is #386F75. Grayscale: #9F9F9F. Windows color (decimal): -3698550 or 9081031. OLE color: 9081031.

HSL color Cylindrical-coordinate representation of color #C7908A: hue angle of 5.9º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7908A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 138 -
CMYK 0 0.28 0.31 0.22
HSL 5.9º 0.35% 0.66% -
HSV(B) 5.9º 0.31% 0.78% -
XYZ 38.11 33.92 28.58 -
YUV 159.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 199 144 138 0 0.28 0.31 0.22 5.9 0.35 0.66
Hex C7 90 8A 0 1C 1F 16 6 23 42
Octal 307 220 212 0 34 37 26 6 43 102
Binary 11000111 10010000 10001010 0 11100 11111 10110 110 100011 1000010

Color Harmonies of #C7908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7908A

Black with #C7908A

Text Example


Text Example

White with #C7908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7908A; }

 p { color: rgb(199,144,138); }

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

background-color css

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

 a { background-color: rgb(199,144,138); }

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

border-color css

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

 span { border-color: rgb(199,144,138); }

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