Html Css Color HEX #C6908E Oriental Pink

📋 copy color: '#C6908E'

red 198 ◦ green 144 ◦ blue 142

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

Shades of Oriental Pink #C6908E

Tints of Oriental Pink #C6908E

RGB

 RED value IS 198 (77.73% from 255) = 40.91%

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

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

R = 40.91%
G = 29.75%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6908E (or 0xC6908E) is known color: Oriental Pink. HEX triplet: C6, 90 and 8E. RGB value is (198,144,142). Sum of RGB (Red+Green+Blue) = 198+144+142=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6908E is #396F71. Grayscale: #9F9F9F. Windows color (decimal): -3764082 or 9343174. OLE color: 9343174.

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

Color convert

RGB 198 144 142 -
CMYK 0 0.27 0.28 0.22
HSL 2.14º 0.33% 0.67% -
HSV(B) 2.14º 0.28% 0.78% -
XYZ 38.14 33.91 30.13 -
YUV 159.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 198 144 142 0 0.27 0.28 0.22 2.14 0.33 0.67
Hex C6 90 8E 0 1B 1C 16 2 21 43
Octal 306 220 216 0 33 34 26 2 41 103
Binary 11000110 10010000 10001110 0 11011 11100 10110 10 100001 1000011

Color Harmonies of #C6908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6908E

Black with #C6908E

Text Example


Text Example

White with #C6908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6908E; }

 p { color: rgb(198,144,142); }

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

background-color css

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

 a { background-color: rgb(198,144,142); }

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

border-color css

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

 span { border-color: rgb(198,144,142); }

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