Html Css Color HEX #C68780 Oriental Pink

📋 copy color: '#C68780'

red 198 ◦ green 135 ◦ blue 128

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

Shades of Oriental Pink #C68780

Tints of Oriental Pink #C68780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 42.95%
G = 29.28%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C68780 (or 0xC68780) is known color: Oriental Pink. HEX triplet: C6, 87 and 80. RGB value is (198,135,128). Sum of RGB (Red+Green+Blue) = 198+135+128=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68780 is #39787F. Grayscale: #999999. Windows color (decimal): -3766400 or 8423366. OLE color: 8423366.

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

Color convert

RGB 198 135 128 -
CMYK 0 0.32 0.35 0.22
HSL 0.38% 0.64% -
HSV(B) 0.35% 0.78% -
XYZ 35.85 30.89 24.5 -
YUV 153.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 198 135 128 0 0.32 0.35 0.22 6 0.38 0.64
Hex C6 87 80 0 20 23 16 6 26 40
Octal 306 207 200 0 40 43 26 6 46 100
Binary 11000110 10000111 10000000 0 100000 100011 10110 110 100110 1000000

Color Harmonies of #C68780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68780

Black with #C68780

Text Example


Text Example

White with #C68780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68780; }

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

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

background-color css

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

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

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

border-color css

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

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

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