Html Css Color HEX #C68786 Oriental Pink

📋 copy color: '#C68786'

red 198 ◦ green 135 ◦ blue 134

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

Shades of Oriental Pink #C68786

Tints of Oriental Pink #C68786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.91%

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 42.4%
G = 28.91%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C68786 (or 0xC68786) is known color: Oriental Pink. HEX triplet: C6, 87 and 86. RGB value is (198,135,134). Sum of RGB (Red+Green+Blue) = 198+135+134=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C68786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68786 is #397879. Grayscale: #999999. Windows color (decimal): -3766394 or 8816582. OLE color: 8816582.

HSL color Cylindrical-coordinate representation of color #C68786: hue angle of 0.94º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C68786 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 135 134 -
CMYK 0 0.32 0.32 0.22
HSL 0.94º 0.36% 0.65% -
HSV(B) 0.94º 0.32% 0.78% -
XYZ 36.26 31.05 26.64 -
YUV 153.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 198 135 134 0 0.32 0.32 0.22 0.94 0.36 0.65
Hex C6 87 86 0 20 20 16 1 24 41
Octal 306 207 206 0 40 40 26 1 44 101
Binary 11000110 10000111 10000110 0 100000 100000 10110 1 100100 1000001

Color Harmonies of #C68786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68786

Black with #C68786

Text Example


Text Example

White with #C68786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68786; }

 p { color: rgb(198,135,134); }

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

background-color css

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

 a { background-color: rgb(198,135,134); }

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

border-color css

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

 span { border-color: rgb(198,135,134); }

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