Html Css Color HEX #C7908D Oriental Pink

📋 copy color: '#C7908D'

red 199 ◦ green 144 ◦ blue 141

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

Shades of Oriental Pink #C7908D

Tints of Oriental Pink #C7908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 41.12%
G = 29.75%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7908D (or 0xC7908D) is known color: Oriental Pink. HEX triplet: C7, 90 and 8D. RGB value is (199,144,141). Sum of RGB (Red+Green+Blue) = 199+144+141=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C7908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7908D is #386F72. Grayscale: #A0A0A0. Windows color (decimal): -3698547 or 9277639. OLE color: 9277639.

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

Color convert

RGB 199 144 141 -
CMYK 0 0.28 0.29 0.22
HSL 3.1º 0.34% 0.67% -
HSV(B) 3.1º 0.29% 0.78% -
XYZ 38.33 34.01 29.74 -
YUV 160.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 199 144 141 0 0.28 0.29 0.22 3.1 0.34 0.67
Hex C7 90 8D 0 1C 1D 16 3 22 43
Octal 307 220 215 0 34 35 26 3 42 103
Binary 11000111 10010000 10001101 0 11100 11101 10110 11 100010 1000011

Color Harmonies of #C7908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7908D

Black with #C7908D

Text Example


Text Example

White with #C7908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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