Html Css Color HEX #C68983 Oriental Pink

📋 copy color: '#C68983'

red 198 ◦ green 137 ◦ blue 131

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

Shades of Oriental Pink #C68983

Tints of Oriental Pink #C68983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 42.49%
G = 29.4%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C68983 (or 0xC68983) is known color: Oriental Pink. HEX triplet: C6, 89 and 83. RGB value is (198,137,131). Sum of RGB (Red+Green+Blue) = 198+137+131=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C68983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68983 is #39767C. Grayscale: #9A9A9A. Windows color (decimal): -3765885 or 8620486. OLE color: 8620486.

HSL color Cylindrical-coordinate representation of color #C68983: hue angle of 5.37º 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 #C68983 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 137 131 -
CMYK 0 0.31 0.34 0.22
HSL 5.37º 0.37% 0.65% -
HSV(B) 5.37º 0.34% 0.78% -
XYZ 36.33 31.54 25.64 -
YUV 154.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 198 137 131 0 0.31 0.34 0.22 5.37 0.37 0.65
Hex C6 89 83 0 1F 22 16 5 25 41
Octal 306 211 203 0 37 42 26 5 45 101
Binary 11000110 10001001 10000011 0 11111 100010 10110 101 100101 1000001

Color Harmonies of #C68983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68983

Black with #C68983

Text Example


Text Example

White with #C68983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68983; }

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

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

background-color css

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

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

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

border-color css

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

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

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