Html Css Color HEX #C68F8C Oriental Pink

📋 copy color: '#C68F8C'

red 198 ◦ green 143 ◦ blue 140

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

Shades of Oriental Pink #C68F8C

Tints of Oriental Pink #C68F8C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 41.16%
G = 29.73%
B = 29.11%

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

#C68F8C (or 0xC68F8C) is known color: Oriental Pink. HEX triplet: C6, 8F and 8C. RGB value is (198,143,140). Sum of RGB (Red+Green+Blue) = 198+143+140=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F8C is #397073. Grayscale: #9F9F9F. Windows color (decimal): -3764340 or 9211846. OLE color: 9211846.

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

Color convert

RGB 198 143 140 -
CMYK 0 0.28 0.29 0.22
HSL 3.1º 0.34% 0.66% -
HSV(B) 3.1º 0.29% 0.78% -
XYZ 37.84 33.54 29.29 -
YUV 159.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 198 143 140 0 0.28 0.29 0.22 3.1 0.34 0.66
Hex C6 8F 8C 0 1C 1D 16 3 22 42
Octal 306 217 214 0 34 35 26 3 42 102
Binary 11000110 10001111 10001100 0 11100 11101 10110 11 100010 1000010

Color Harmonies of #C68F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F8C

Black with #C68F8C

Text Example


Text Example

White with #C68F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F8C; }

 p { color: rgb(198,143,140); }

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

background-color css

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

 a { background-color: rgb(198,143,140); }

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

border-color css

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

 span { border-color: rgb(198,143,140); }

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