Html Css Color HEX #C68B80 Oriental Pink

📋 copy color: '#C68B80'

red 198 ◦ green 139 ◦ blue 128

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

Shades of Oriental Pink #C68B80

Tints of Oriental Pink #C68B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 42.58%
G = 29.89%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C68B80 (or 0xC68B80) is known color: Oriental Pink. HEX triplet: C6, 8B and 80. RGB value is (198,139,128). Sum of RGB (Red+Green+Blue) = 198+139+128=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68B80 is #39747F. Grayscale: #9B9B9B. Windows color (decimal): -3765376 or 8424390. OLE color: 8424390.

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

Color convert

RGB 198 139 128 -
CMYK 0 0.30 0.35 0.22
HSL 9.43º 0.38% 0.64% -
HSV(B) 9.43º 0.35% 0.78% -
XYZ 36.42 32.03 24.68 -
YUV 155.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 198 139 128 0 0.30 0.35 0.22 9.43 0.38 0.64
Hex C6 8B 80 0 1E 23 16 9 26 40
Octal 306 213 200 0 36 43 26 11 46 100
Binary 11000110 10001011 10000000 0 11110 100011 10110 1001 100110 1000000

Color Harmonies of #C68B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B80

Black with #C68B80

Text Example


Text Example

White with #C68B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B80; }

 p { color: rgb(198,139,128); }

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

background-color css

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

 a { background-color: rgb(198,139,128); }

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

border-color css

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

 span { border-color: rgb(198,139,128); }

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