Html Css Color HEX #C68482 Oriental Pink

📋 copy color: '#C68482'

red 198 ◦ green 132 ◦ blue 130

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

Shades of Oriental Pink #C68482

Tints of Oriental Pink #C68482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

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

R = 43.04%
G = 28.7%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C68482 (or 0xC68482) is known color: Oriental Pink. HEX triplet: C6, 84 and 82. RGB value is (198,132,130). Sum of RGB (Red+Green+Blue) = 198+132+130=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C68482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68482 is #397B7D. Grayscale: #979797. Windows color (decimal): -3767166 or 8553670. OLE color: 8553670.

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

Color convert

RGB 198 132 130 -
CMYK 0 0.33 0.34 0.22
HSL 1.76º 0.37% 0.64% -
HSV(B) 1.76º 0.34% 0.78% -
XYZ 35.57 30.12 25.06 -
YUV 151.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 198 132 130 0 0.33 0.34 0.22 1.76 0.37 0.64
Hex C6 84 82 0 21 22 16 2 25 40
Octal 306 204 202 0 41 42 26 2 45 100
Binary 11000110 10000100 10000010 0 100001 100010 10110 10 100101 1000000

Color Harmonies of #C68482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68482

Black with #C68482

Text Example


Text Example

White with #C68482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68482; }

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

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

background-color css

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

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

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

border-color css

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

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

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