Html Css Color HEX #C7908B Oriental Pink

📋 copy color: '#C7908B'

red 199 ◦ green 144 ◦ blue 139

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

Shades of Oriental Pink #C7908B

Tints of Oriental Pink #C7908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 41.29%
G = 29.88%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7908B (or 0xC7908B) is known color: Oriental Pink. HEX triplet: C7, 90 and 8B. RGB value is (199,144,139). Sum of RGB (Red+Green+Blue) = 199+144+139=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7908B is #386F74. Grayscale: #9F9F9F. Windows color (decimal): -3698549 or 9146567. OLE color: 9146567.

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

Color convert

RGB 199 144 139 -
CMYK 0 0.28 0.30 0.22
HSL 0.35% 0.66% -
HSV(B) 0.3% 0.78% -
XYZ 38.19 33.95 28.97 -
YUV 159.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 199 144 139 0 0.28 0.30 0.22 5 0.35 0.66
Hex C7 90 8B 0 1C 1E 16 5 23 42
Octal 307 220 213 0 34 36 26 5 43 102
Binary 11000111 10010000 10001011 0 11100 11110 10110 101 100011 1000010

Color Harmonies of #C7908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7908B

Black with #C7908B

Text Example


Text Example

White with #C7908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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