Html Css Color HEX #C68683 Oriental Pink

📋 copy color: '#C68683'

red 198 ◦ green 134 ◦ blue 131

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

Shades of Oriental Pink #C68683

Tints of Oriental Pink #C68683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 42.76%
G = 28.94%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C68683 (or 0xC68683) is known color: Oriental Pink. HEX triplet: C6, 86 and 83. RGB value is (198,134,131). Sum of RGB (Red+Green+Blue) = 198+134+131=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C68683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68683 is #39797C. Grayscale: #989898. Windows color (decimal): -3766653 or 8619718. OLE color: 8619718.

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

Color convert

RGB 198 134 131 -
CMYK 0 0.32 0.34 0.22
HSL 2.69º 0.37% 0.65% -
HSV(B) 2.69º 0.34% 0.78% -
XYZ 35.91 30.69 25.5 -
YUV 152.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 198 134 131 0 0.32 0.34 0.22 2.69 0.37 0.65
Hex C6 86 83 0 20 22 16 3 25 41
Octal 306 206 203 0 40 42 26 3 45 101
Binary 11000110 10000110 10000011 0 100000 100010 10110 11 100101 1000001

Color Harmonies of #C68683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68683

Black with #C68683

Text Example


Text Example

White with #C68683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68683; }

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

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

background-color css

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

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

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

border-color css

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

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

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