Html Css Color HEX #C68882 Oriental Pink

📋 copy color: '#C68882'

red 198 ◦ green 136 ◦ blue 130

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

Shades of Oriental Pink #C68882

Tints of Oriental Pink #C68882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 42.67%
G = 29.31%
B = 28.02%

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

#C68882 (or 0xC68882) is known color: Oriental Pink. HEX triplet: C6, 88 and 82. RGB value is (198,136,130). Sum of RGB (Red+Green+Blue) = 198+136+130=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C68882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68882 is #39777D. Grayscale: #999999. Windows color (decimal): -3766142 or 8554694. OLE color: 8554694.

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

Color convert

RGB 198 136 130 -
CMYK 0 0.31 0.34 0.22
HSL 5.29º 0.37% 0.64% -
HSV(B) 5.29º 0.34% 0.78% -
XYZ 36.12 31.23 25.24 -
YUV 153.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 198 136 130 0 0.31 0.34 0.22 5.29 0.37 0.64
Hex C6 88 82 0 1F 22 16 5 25 40
Octal 306 210 202 0 37 42 26 5 45 100
Binary 11000110 10001000 10000010 0 11111 100010 10110 101 100101 1000000

Color Harmonies of #C68882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68882

Black with #C68882

Text Example


Text Example

White with #C68882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68882; }

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

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

background-color css

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

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

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

border-color css

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

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

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