Html Css Color HEX #C68382 Oriental Pink

📋 copy color: '#C68382'

red 198 ◦ green 131 ◦ blue 130

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

Shades of Oriental Pink #C68382

Tints of Oriental Pink #C68382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 43.14%
G = 28.54%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C68382 (or 0xC68382) is known color: Oriental Pink. HEX triplet: C6, 83 and 82. RGB value is (198,131,130). Sum of RGB (Red+Green+Blue) = 198+131+130=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68382 is #397C7D. Grayscale: #969696. Windows color (decimal): -3767422 or 8553414. OLE color: 8553414.

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

Color convert

RGB 198 131 130 -
CMYK 0 0.34 0.34 0.22
HSL 0.88º 0.37% 0.64% -
HSV(B) 0.88º 0.34% 0.78% -
XYZ 35.43 29.85 25.01 -
YUV 150.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 198 131 130 0 0.34 0.34 0.22 0.88 0.37 0.64
Hex C6 83 82 0 22 22 16 1 25 40
Octal 306 203 202 0 42 42 26 1 45 100
Binary 11000110 10000011 10000010 0 100010 100010 10110 1 100101 1000000

Color Harmonies of #C68382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68382

Black with #C68382

Text Example


Text Example

White with #C68382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68382; }

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

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

background-color css

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

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

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

border-color css

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

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

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